From b9e6393da2889d0a863431d211aebc7f1c5b18e3 Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Fri, 11 Apr 2025 08:33:27 +0200 Subject: [PATCH] use newest image, add vscode for beta tester group in jupyterjsc --- base-values/image_prod.yaml | 2 +- coec/custom/fleet.yaml | 2 +- coeraise/custom/fleet.yaml | 2 +- euroccgcs/custom/fleet.yaml | 2 +- juniq/custom/fleet.yaml | 2 +- jupyterjsc/custom/fleet.yaml | 7 ++++++- nfdigeneral/custom/fleet.yaml | 2 +- portalgauss/custom/fleet.yaml | 2 +- 8 files changed, 13 insertions(+), 8 deletions(-) diff --git a/base-values/image_prod.yaml b/base-values/image_prod.yaml index 70e84da6..193db25c 100644 --- a/base-values/image_prod.yaml +++ b/base-values/image_prod.yaml @@ -2,7 +2,7 @@ hub: image: pullPolicy: "Always" name: registry.jsc.fz-juelich.de/jupyterjsc/k8s/images/jhub - tag: 3.3.8.post32 + tag: 3.3.8.post33 resources: requests: cpu: 100m diff --git a/coec/custom/fleet.yaml b/coec/custom/fleet.yaml index e1e1380d..4a3d8fe1 100644 --- a/coec/custom/fleet.yaml +++ b/coec/custom/fleet.yaml @@ -14,7 +14,7 @@ helm: releaseName: coec-custom repo: https://kaas.pages.jsc.fz-juelich.de/helm-charts chart: jupyter-hub-customizations - version: 0.16.22 + version: 0.16.24 values: fullnameOverride: coec-custom global: diff --git a/coeraise/custom/fleet.yaml b/coeraise/custom/fleet.yaml index a7f1c6b7..f04b81e4 100644 --- a/coeraise/custom/fleet.yaml +++ b/coeraise/custom/fleet.yaml @@ -15,7 +15,7 @@ helm: releaseName: coeraise-custom repo: https://kaas.pages.jsc.fz-juelich.de/helm-charts chart: jupyter-hub-customizations - version: 0.16.22 + version: 0.16.24 values: fullnameOverride: coeraise-custom global: diff --git a/euroccgcs/custom/fleet.yaml b/euroccgcs/custom/fleet.yaml index 908eacca..e1abf587 100644 --- a/euroccgcs/custom/fleet.yaml +++ b/euroccgcs/custom/fleet.yaml @@ -14,7 +14,7 @@ helm: releaseName: euroccgcs-custom repo: https://kaas.pages.jsc.fz-juelich.de/helm-charts chart: jupyter-hub-customizations - version: 0.16.22 + version: 0.16.24 values: fullnameOverride: euroccgcs-custom global: diff --git a/juniq/custom/fleet.yaml b/juniq/custom/fleet.yaml index 28b37c46..6960e652 100644 --- a/juniq/custom/fleet.yaml +++ b/juniq/custom/fleet.yaml @@ -14,7 +14,7 @@ helm: releaseName: juniq-custom repo: https://kaas.pages.jsc.fz-juelich.de/helm-charts chart: jupyter-hub-customizations - version: 0.16.22 + version: 0.16.24 values: fullnameOverride: juniq-custom customConfig: diff --git a/jupyterjsc/custom/fleet.yaml b/jupyterjsc/custom/fleet.yaml index 9a938561..7679d23e 100644 --- a/jupyterjsc/custom/fleet.yaml +++ b/jupyterjsc/custom/fleet.yaml @@ -14,7 +14,7 @@ helm: releaseName: jupyterjsc-custom repo: https://kaas.pages.jsc.fz-juelich.de/helm-charts chart: jupyter-hub-customizations - version: 0.16.22 + version: 0.16.24 values: fullnameOverride: jupyterjsc-custom global: @@ -32,6 +32,11 @@ helm: - JEDI - JUSUF - JSC-Cloud + vscode: + enabled: true + allowedLists: + groups: + - "geant:dfn.de:fz-juelich.de:jsc:jupyter:beta_tester" ingress: enabled: true jupyter-metrics: diff --git a/nfdigeneral/custom/fleet.yaml b/nfdigeneral/custom/fleet.yaml index 0f7e31a8..695bb33a 100644 --- a/nfdigeneral/custom/fleet.yaml +++ b/nfdigeneral/custom/fleet.yaml @@ -14,7 +14,7 @@ helm: releaseName: nfdigeneral-custom repo: https://kaas.pages.jsc.fz-juelich.de/helm-charts chart: jupyter-hub-customizations - version: 0.16.22 + version: 0.16.24 values: fullnameOverride: nfdigeneral-custom global: diff --git a/portalgauss/custom/fleet.yaml b/portalgauss/custom/fleet.yaml index 903918f8..62ff0e0c 100644 --- a/portalgauss/custom/fleet.yaml +++ b/portalgauss/custom/fleet.yaml @@ -14,7 +14,7 @@ helm: releaseName: portalgauss-custom repo: https://kaas.pages.jsc.fz-juelich.de/helm-charts chart: jupyter-hub-customizations - version: 0.16.22 + version: 0.16.24 values: fullnameOverride: portalgauss-custom global: -- GitLab