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 c88e2ce
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion swan/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ jupyterhub:
proxy:
service:
type: ClusterIP
secretSync:
image:
name: "registry.cern.ch/quay.io/jupyterhub/k8s-secret-sync"
tag: "set-by-chartpress"
chp:
networkPolicy:
enabled: true
Expand All @@ -88,7 +92,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 +205,9 @@ jupyterhub:
prePuller:
hook:
enabled: true
image:
name: "registry.cern.ch/quay.io/jupyterhub/k8s-image-awaiter"
tag: "set-by-chartpress"
continuous:
enabled: false
containerSecurityContext:
Expand Down

0 comments on commit c88e2ce

Please sign in to comment.