From 452e3184f4c1b99acc9b4232fb6690aa6fc44846 Mon Sep 17 00:00:00 2001 From: Tristan <74349933+trispera@users.noreply.github.com> Date: Thu, 11 Apr 2024 13:04:48 +0300 Subject: [PATCH] Update JupyterHub to 4.1.5 (#29) --- charts/jupyterhub/Chart.yaml | 4 ++-- charts/jupyterhub/values.yaml | 12 ++++++------ 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/jupyterhub/Chart.yaml b/charts/jupyterhub/Chart.yaml index 528b86b..d907ea8 100644 --- a/charts/jupyterhub/Chart.yaml +++ b/charts/jupyterhub/Chart.yaml @@ -1,8 +1,8 @@ # Chart.yaml v2 reference: https://helm.sh/docs/topics/charts/#the-chartyaml-file apiVersion: v2 name: jupyterhub -version: 1.1.1 -appVersion: "4.0.2" +version: 1.1.5 +appVersion: "4.1.5" description: Multi-user Jupyter installation Link to the repo https://github.com/CSCfi/helm-charts keywords: [jupyter, jupyterhub, z2jh] diff --git a/charts/jupyterhub/values.yaml b/charts/jupyterhub/values.yaml index aa7e64d..1444dfb 100644 --- a/charts/jupyterhub/values.yaml +++ b/charts/jupyterhub/values.yaml @@ -92,7 +92,7 @@ hub: extraVolumeMounts: [] image: name: quay.io/jupyterhub/k8s-hub - tag: "3.2.1" + tag: "3.3.6" pullPolicy: pullSecrets: [] resources: {} @@ -266,7 +266,7 @@ proxy: # tag is automatically bumped to new patch versions by the # watch-dependencies.yaml workflow. # - tag: "v2.10.7" # ref: https://hub.docker.com/_/traefik?tab=tags + tag: "v3.0" # ref: https://hub.docker.com/_/traefik?tab=tags pullPolicy: pullSecrets: [] hsts: @@ -313,7 +313,7 @@ proxy: allowPrivilegeEscalation: false image: name: quay.io/jupyterhub/k8s-secret-sync - tag: "3.2.1" + tag: "3.3.6" pullPolicy: pullSecrets: [] resources: {} @@ -353,7 +353,7 @@ singleuser: networkTools: image: name: quay.io/jupyterhub/k8s-network-tools - tag: "3.2.1" + tag: "3.3.6" pullPolicy: pullSecrets: [] resources: {} @@ -405,7 +405,7 @@ singleuser: storageAccessModes: [ReadWriteOnce] image: name: quay.io/jupyterhub/k8s-singleuser-sample - tag: "3.2.1" + tag: "3.3.6" pullPolicy: pullSecrets: [] startTimeout: 300 @@ -614,7 +614,7 @@ prePuller: # image and the configuration below relates to the hook-image-awaiter Job image: name: quay.io/jupyterhub/k8s-image-awaiter - tag: "3.2.1" + tag: "3.3.6" pullPolicy: pullSecrets: [] containerSecurityContext: