From 1ed1cf9f3859f8c45e38d76407af35d2f5136d2f Mon Sep 17 00:00:00 2001 From: Tim Kreuzer <t.kreuzer@fz-juelich.de> Date: Mon, 17 Mar 2025 17:07:36 +0100 Subject: [PATCH] disable nest --- charts/jupyter-hub-customizations/Chart.yaml | 2 +- .../jupyter-hub-customizations/templates/configmap_custom.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml index 0f10b4a..32f78c2 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.15 +version: 0.16.16 # 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 f672e7a..d499828 100644 --- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml +++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml @@ -1283,7 +1283,7 @@ data: weight: 18 nest: displayName: NEST Desktop - default: true + default: false href: https://nest-desktop.readthedocs.io/en/latest/ sets: - "3.6" -- GitLab