From ac991c31370f50c585b0234a1cbf673db290e15b Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Thu, 20 Feb 2025 17:47:03 +0100 Subject: [PATCH] update 4.3 modules --- charts/jupyter-hub-customizations/Chart.yaml | 2 +- .../templates/configmap_custom.yaml | 10 ++++++++++ 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml index dca5636..7cf5bd1 100644 --- a/charts/jupyter-hub-customizations/Chart.yaml +++ b/charts/jupyter-hub-customizations/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.16.10 +version: 0.16.11 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. diff --git a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml index 2600c15..6b379f2 100644 --- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml +++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml @@ -984,6 +984,7 @@ data: default: false href: https://jupyter-ai.readthedocs.io/en/latest/index.html sets: + - "4.3" - "3.6" - "4.2" - "4.2-juniq" @@ -1052,6 +1053,7 @@ data: default: false href: https://github.com/jwindgassen/jupyterlab-trame-manager sets: + - "4.3" - "4.2" - "4.2-juniq" allowed_systems: @@ -1107,6 +1109,7 @@ data: default: false href: https://github.com/easybuilders/JSC/blob/2024/Golden_Repo/j/JupyterKernel-Java/JupyterKernel-Java-1.3.0-GCCcore-12.3.0.eb sets: + - "4.3" - "4.2" - "4.2-juniq" julia: @@ -1116,6 +1119,7 @@ data: default: true href: https://github.com/easybuilders/JSC/blob/2024/Golden_Repo/j/JupyterKernel-Julia/JupyterKernel-Julia-1.9.3-GCCcore-12.3.0.eb sets: + - "4.3" - "3.6" - "4.2" - "4.2-juniq" @@ -1146,6 +1150,7 @@ data: default: true href: https://github.com/easybuilders/JSC/blob/2024/Golden_Repo/j/JupyterKernel-PyDeepLearning/JupyterKernel-PyDeepLearning-2024.3-GCCcore-12.3.0-4.2.1.eb sets: + - "4.3" - "3.6" - "4.2" - "4.2-juniq" @@ -1156,6 +1161,7 @@ data: default: true href: https://github.com/easybuilders/JSC/blob/2024/Golden_Repo/j/JupyterKernel-PyEarthSystem/JupyterKernel-PyEarthSystem-2024.3-GCCcore-12.3.0-4.2.1.eb sets: + - "4.3" - "3.6" - "4.2" - "4.2-juniq" @@ -1183,6 +1189,7 @@ data: default: true href: https://github.com/easybuilders/JSC/blob/2024/Golden_Repo/j/JupyterKernel-PyVisualization/JupyterKernel-PyVisualization-2024.3-GCCcore-12.3.0-4.2.1.eb sets: + - "4.3" - "3.6" - "4.2" - "4.2-juniq" @@ -1214,6 +1221,7 @@ data: sets: - "3.6" - "4.2" + - "4.3" - "4.2-juniq" allowed_systems: - JUWELS @@ -1229,6 +1237,7 @@ data: sets: - "3.6" - "4.2" + - "4.3" - "4.2-juniq" rstudio: displayName: RStudio @@ -1236,6 +1245,7 @@ data: href: https://docs.posit.co/ide/user/ sets: - "4.2" + - "4.3" - "4.2-juniq" allowed_systems: - JUWELS -- GitLab