From eaf8a21102a62f41fa7ddc385b1a152affa1f846 Mon Sep 17 00:00:00 2001
From: Tim Kreuzer <t.kreuzer@fz-juelich.de>
Date: Fri, 21 Mar 2025 13:19:59 +0100
Subject: [PATCH] fix typo

---
 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 2930996..2db3c05 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.21
+version: 0.16.22
 # 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 b29888c..38f7636 100644
--- a/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
+++ b/charts/jupyter-hub-customizations/templates/configmap_custom.yaml
@@ -200,7 +200,7 @@ data:
             )
           }}
           "xpra":
-            name: "Xpra (Remote Destkop)"
+            name: "Xpra (Remote Desktop)"
             weight: 50
             allowedLists:
               groups:
-- 
GitLab