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