diff --git a/swan/values.yaml b/swan/values.yaml index fe9f851..ad138f1 100644 --- a/swan/values.yaml +++ b/swan/values.yaml @@ -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 @@ -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: @@ -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: