From dbe4817b3d5711cca781af7491286231b02f6b35 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz>
Date: Tue, 10 Dec 2024 16:56:08 +0100
Subject: [PATCH] Upgrading Jupyterlab to 4.3.2 on testing + devel

---
 eosc-devel/deployments/fullhub.yaml | 2 +-
 eosc-testing/deployments/hub.yaml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/eosc-devel/deployments/fullhub.yaml b/eosc-devel/deployments/fullhub.yaml
index 6b9e35f..8867b6a 100644
--- a/eosc-devel/deployments/fullhub.yaml
+++ b/eosc-devel/deployments/fullhub.yaml
@@ -50,7 +50,7 @@ singleuser:
               k8s-app: cluster-ingress
   image:
     name: eginotebooks/single-user-eosc
-    tag: "sha-d822021"
+    tag: "sha-405f47f"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
diff --git a/eosc-testing/deployments/hub.yaml b/eosc-testing/deployments/hub.yaml
index fe3e8d1..a0c0cff 100644
--- a/eosc-testing/deployments/hub.yaml
+++ b/eosc-testing/deployments/hub.yaml
@@ -51,7 +51,7 @@ singleuser:
               k8s-app: cluster-ingress
   image:
     name: eginotebooks/single-user-eosc
-    tag: "sha-d822021"
+    tag: "sha-405f47f"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
-- 
GitLab