From c88e2ce0661f7639ef4e3d23824a510a220d6764 Mon Sep 17 00:00:00 2001 From: Pedro Maximino Date: Mon, 9 Dec 2024 14:32:47 +0100 Subject: [PATCH] swan: Use harbor cache to pull docker images This is because dockerhub and other registries impose rate limits when pulling images from their repositories. --- swan/values.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) 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: