From b7c336a7f62c833c3a2f4f570e9cd560b16acab4 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Fri, 10 May 2024 11:24:52 +0000
Subject: [PATCH] Bump Jupyterlab version to 4.1.8

---
 cesnet-central/deployments/fullhub.yaml | 2 +-
 demo/deployments/hub.yaml               | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 85c9236..1e10459 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -62,7 +62,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: valtri/single-user
-    tag: "jupyter-4d"
+    tag: "jupyter-4e"
   profileList:
     - display_name: Default EGI environment - 6 GB RAM / 2 core
       description: >
diff --git a/demo/deployments/hub.yaml b/demo/deployments/hub.yaml
index 936df32..92810d1 100644
--- a/demo/deployments/hub.yaml
+++ b/demo/deployments/hub.yaml
@@ -69,7 +69,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: valtri/single-user
-    tag: "jupyter-4d"
+    tag: "jupyter-4e"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
-- 
GitLab