diff --git a/docs/howto/custom-jupyterhub-image.md b/docs/howto/custom-jupyterhub-image.md index 0a59631679..1112062246 100644 --- a/docs/howto/custom-jupyterhub-image.md +++ b/docs/howto/custom-jupyterhub-image.md @@ -148,7 +148,7 @@ You will need to put a config similar to the one below in your hub configuration hub: image: name: quay.io/2i2c/new-experiment - tag: "0.0.1-0.dev.git.7130.h0bdc2d30" + tag: "0.0.1-0.dev.git.7130.h70e84dd2" ``` ```{important} diff --git a/helm-charts/basehub/Chart.yaml b/helm-charts/basehub/Chart.yaml index d34a07f055..bfb959e31f 100644 --- a/helm-charts/basehub/Chart.yaml +++ b/helm-charts/basehub/Chart.yaml @@ -12,7 +12,7 @@ dependencies: # images/hub/Dockerfile, and will also involve manually building and pushing # the Dockerfile to https://quay.io/2i2c/pilot-hub. Details about this can # be found in the Dockerfile's comments. - version: 3.1.0 + version: 3.2.0 repository: https://jupyterhub.github.io/helm-chart/ - name: binderhub-service version: 0.1.0-0.dev.git.110.hd833d08 diff --git a/helm-charts/basehub/values.yaml b/helm-charts/basehub/values.yaml index 75062c5d2c..bdadc86664 100644 --- a/helm-charts/basehub/values.yaml +++ b/helm-charts/basehub/values.yaml @@ -579,7 +579,7 @@ jupyterhub: admin: true image: name: quay.io/2i2c/pilot-hub - tag: "0.0.1-0.dev.git.7130.h0bdc2d30" + tag: "0.0.1-0.dev.git.7655.h70e84dd2" networkPolicy: enabled: true # interNamespaceAccessLabels=accept makes the hub pod's associated diff --git a/helm-charts/images/hub/Dockerfile b/helm-charts/images/hub/Dockerfile index 50aacb4637..c6a2e0cee7 100644 --- a/helm-charts/images/hub/Dockerfile +++ b/helm-charts/images/hub/Dockerfile @@ -12,7 +12,7 @@ # `chartpress --push --builder docker-buildx --platform linux/amd64` # Ref: https://cloudolife.com/2022/03/05/Infrastructure-as-Code-IaC/Container/Docker/Docker-buildx-support-multiple-architectures-images/ # -FROM jupyterhub/k8s-hub:3.1.0 +FROM jupyterhub/k8s-hub:3.2.0 # chartpress.yaml defines multiple hub images differentiated only by a # requirements.txt file with dependencies, this build argument allows us to