From 144d367c1212287f436d6cfc1212cf27e5bf5a29 Mon Sep 17 00:00:00 2001 From: Erik Sundell Date: Wed, 27 Mar 2024 11:31:24 +0100 Subject: [PATCH] Bump z2jh to 3.3.6 and use a 3.3.6 based custom hub image --- config/clusters/2i2c/imagebuilding-demo.values.yaml | 2 +- config/clusters/opensci/sciencecore.values.yaml | 2 +- config/clusters/opensci/staging.values.yaml | 2 +- docs/howto/custom-jupyterhub-image.md | 2 +- docs/howto/features/imagebuilding.md | 2 +- helm-charts/basehub/Chart.yaml | 2 +- helm-charts/basehub/values.yaml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/clusters/2i2c/imagebuilding-demo.values.yaml b/config/clusters/2i2c/imagebuilding-demo.values.yaml index 1b256d8ea6..73a76e22a3 100644 --- a/config/clusters/2i2c/imagebuilding-demo.values.yaml +++ b/config/clusters/2i2c/imagebuilding-demo.values.yaml @@ -118,7 +118,7 @@ jupyterhub: url: http://imagebuilding-demo-binderhub-service:8090 image: name: quay.io/2i2c/dynamic-image-building-experiment - tag: "0.0.1-0.dev.git.7567.ha4162031" + tag: "0.0.1-0.dev.git.8605.hd5df5235" config: JupyterHub: authenticator_class: github diff --git a/config/clusters/opensci/sciencecore.values.yaml b/config/clusters/opensci/sciencecore.values.yaml index fe7d541feb..6c68244bab 100644 --- a/config/clusters/opensci/sciencecore.values.yaml +++ b/config/clusters/opensci/sciencecore.values.yaml @@ -118,7 +118,7 @@ jupyterhub: url: http://sciencecore-binderhub-service:8090 image: name: quay.io/2i2c/dynamic-image-building-experiment - tag: "0.0.1-0.dev.git.7567.ha4162031" + tag: "0.0.1-0.dev.git.8605.hd5df5235" config: JupyterHub: authenticator_class: github diff --git a/config/clusters/opensci/staging.values.yaml b/config/clusters/opensci/staging.values.yaml index dc440a8d1d..9e691a1ced 100644 --- a/config/clusters/opensci/staging.values.yaml +++ b/config/clusters/opensci/staging.values.yaml @@ -113,7 +113,7 @@ jupyterhub: allowNamedServers: true image: name: quay.io/2i2c/dynamic-image-building-experiment - tag: "0.0.1-0.dev.git.7567.ha4162031" + tag: "0.0.1-0.dev.git.8605.hd5df5235" config: JupyterHub: authenticator_class: github diff --git a/docs/howto/custom-jupyterhub-image.md b/docs/howto/custom-jupyterhub-image.md index 92d69917cf..a564cc041a 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.h70e84dd2" + tag: "0.0.1-0.dev.git.8605.hd5df5235" ``` ```{important} diff --git a/docs/howto/features/imagebuilding.md b/docs/howto/features/imagebuilding.md index bcf7298a22..e0ccf0ef75 100644 --- a/docs/howto/features/imagebuilding.md +++ b/docs/howto/features/imagebuilding.md @@ -20,7 +20,7 @@ jupyterhub: hub: image: name: quay.io/2i2c/dynamic-image-building-experiment - tag: "0.0.1-0.dev.git.7567.ha4162031" + tag: "0.0.1-0.dev.git.8605.hd5df5235" ``` ## Connect with `jupyterhub-fancy-profiles` diff --git a/helm-charts/basehub/Chart.yaml b/helm-charts/basehub/Chart.yaml index 90f4d3a210..0a2b1a9234 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.2.1 + version: 3.3.6 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 362991ca5d..fd974033ab 100644 --- a/helm-charts/basehub/values.yaml +++ b/helm-charts/basehub/values.yaml @@ -764,7 +764,7 @@ jupyterhub: admin: true image: name: quay.io/2i2c/pilot-hub - tag: "0.0.1-0.dev.git.7670.hfd1b116d" + tag: "0.0.1-0.dev.git.8605.hd5df5235" networkPolicy: enabled: true # interNamespaceAccessLabels=accept makes the hub pod's associated