From 1f6df1186f91aadf5a9e89978d22750ca0e82257 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Wed, 19 Feb 2025 13:49:53 +0100
Subject: [PATCH] remove unused configs

---
 charts/jupyter-hub-customizations/Chart.yaml  |  2 +-
 .../templates/configmap_custom.yaml           |  2 +-
 charts/jupyter-hub-customizations/values.yaml | 29 -------------------
 3 files changed, 2 insertions(+), 31 deletions(-)

diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml
index 1a24cf6..da119df 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.8
+version: 0.16.9
 # 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 0a68b5a..deb29eb 100644
--- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
+++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
@@ -323,7 +323,7 @@ data:
             ( has "JSC-Cloud" .Values.customConfig.systems )
           }}
           "repo2docker":
-            name: "Repo2docker (Binder) - beta"
+            name: "Repo2docker (Binder)"
             userInput:
               isRepo2Docker: true
             allowedLists:
diff --git a/charts/jupyter-hub-customizations/values.yaml b/charts/jupyter-hub-customizations/values.yaml
index 1ba9b44..ee00041 100644
--- a/charts/jupyter-hub-customizations/values.yaml
+++ b/charts/jupyter-hub-customizations/values.yaml
@@ -334,19 +334,6 @@ customConfig:
       requestKwargs:
         request_timeout: 10
       clientId: jupyter-jsc.fz-juelich.de
-  authStateKeys:
-    - services
-    - userModules
-    - backendServices
-    - groups
-    - systems
-    - incidentCheck
-    - binderRepos
-    - mapSystems
-    - mapPartitions
-    - defaultPartitions
-    - resources
-    - share
   selfapihandler:
     allowedAuthStateKeys:
       - "access_token"
@@ -354,7 +341,6 @@ customConfig:
       - "groups"
       - "preferred_username"
       - "outpost_flavors"
-      - "options_form"
   services:
     JupyterLab:
       defaultOption: "4.2"
@@ -456,21 +442,6 @@ customConfig:
             - LocalDummy
             - Dummy
     additionalServices: {}
-  binderRepos:
-    repos:
-      - GitHub
-    notyet:
-      - Gist
-      - Git repository
-      - GitLab.com
-      - Zenodo DOI
-      - Figshare DOI
-      - Hydroshare resource
-      - Dataverse DOI
-      - CKAN dataset
-    notebookTypes:
-      - File
-      - URL
 
 redirectEditInPlace: "true"
 redirectClusterIssuer: letsencrypt-cluster-issuer
-- 
GitLab