From 01798900b8aa7ece1626aec3bdf064c499931ff2 Mon Sep 17 00:00:00 2001 From: Ines Ouled Elhaj <i.ouled.elhaj@fz-juelich.de> Date: Mon, 24 Feb 2025 17:05:01 +0100 Subject: [PATCH] add denbi system to repo2docker and cutom image --- charts/jupyter-hub-customizations/Chart.yaml | 2 +- charts/jupyter-hub-customizations/values.yaml | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml index fa765b1..4b6aefa 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.12 +version: 0.16.13 # 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/values.yaml b/charts/jupyter-hub-customizations/values.yaml index 5826a7a..8a121b4 100644 --- a/charts/jupyter-hub-customizations/values.yaml +++ b/charts/jupyter-hub-customizations/values.yaml @@ -433,6 +433,7 @@ customConfig: - MPCDF - LocalDummy - Dummy + - deNBI-Cloud repo2docker: enabled: true allowedLists: @@ -442,6 +443,7 @@ customConfig: - JSC-Cloud - LocalDummy - Dummy + - deNBI-Cloud additionalServices: {} redirectEditInPlace: "true" -- GitLab