Skip to content

Commit

Permalink
swan: Use harbor cache to pull docker images
Browse files Browse the repository at this point in the history
This is because dockerhub and other registries impose rate limits when
pulling images from their repositories.
  • Loading branch information
PMax5 committed Dec 9, 2024
1 parent 634d006 commit a61ed0a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion swan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jupyterhub:
service:
type: ClusterIP
chp:
secretSync:
image: "registry.cern.ch/quay.io/jupyterhub/k8s-secret-sync"
tag: "set-by-chartpress"
networkPolicy:
enabled: true
egressAllowRules:
Expand All @@ -88,7 +91,7 @@ jupyterhub:
dnsPortsPrivateIPs: false
privateIPs: false
image:
name: "jupyterhub/configurable-http-proxy"
name: "registry.cern.ch/quay.io/jupyterhub/configurable-http-proxy"
tag: "4.5.0"
pullPolicy: "IfNotPresent"
resources:
Expand Down Expand Up @@ -201,6 +204,7 @@ jupyterhub:
prePuller:
hook:
enabled: true
image: "registry.cern.ch/quay.io/jupyterhub/k8s-image-awaiter"
continuous:
enabled: false
containerSecurityContext:
Expand Down

0 comments on commit a61ed0a

Please sign in to comment.