From 9ad9af7e083bbc8388876d1d32b5ec62c83d996c Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Tue, 11 Feb 2025 10:44:04 +0100
Subject: [PATCH] update

---
 charts/jupyter-hub-customizations/Chart.yaml                 | 2 +-
 .../templates/configmap_custom.yaml                          | 4 ----
 charts/jupyter-hub-customizations/values.yaml                | 5 -----
 3 files changed, 1 insertion(+), 10 deletions(-)

diff --git a/charts/jupyter-hub-customizations/Chart.yaml b/charts/jupyter-hub-customizations/Chart.yaml
index 2b18fd6..6f79c1f 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.5
+version: 0.16.6
 # 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 107932a..0a68b5a 100644
--- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
+++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
@@ -965,10 +965,6 @@ data:
       {}
       {{- end }}
     hostname: {{ .Values.global.hostname }}
-    announcement:
-      show: {{ .Values.customConfig.announcement.show }}
-      title: {{ .Values.customConfig.announcement.title }}
-      body: {{ .Values.customConfig.announcement.body }}
     {{- if or
       .Values.customConfig.binderRepos.repos
       .Values.customConfig.binderRepos.notebookTypes
diff --git a/charts/jupyter-hub-customizations/values.yaml b/charts/jupyter-hub-customizations/values.yaml
index 8fd7c44..1ba9b44 100644
--- a/charts/jupyter-hub-customizations/values.yaml
+++ b/charts/jupyter-hub-customizations/values.yaml
@@ -338,7 +338,6 @@ customConfig:
     - services
     - userModules
     - backendServices
-    - announcement
     - groups
     - systems
     - incidentCheck
@@ -457,10 +456,6 @@ customConfig:
             - LocalDummy
             - Dummy
     additionalServices: {}
-  announcement:
-    show: false
-    title: "Maintenance 19.10.2023 - 20.10.2023"
-    body: "Scheduled maintenance on the network-backbone of the JSC datacenter. We will be back online friday morning-noon."
   binderRepos:
     repos:
       - GitHub
-- 
GitLab