From d5b8a28ac98488ddad624c7cf51f8d545891f1e9 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Jarom=C3=ADr=20Hradil?= <jaromir.hradil@cesnet.cz>
Date: Thu, 19 Sep 2024 14:05:56 +0200
Subject: [PATCH] Updating single user image

---
 cesnet-central/deployments/fullhub.yaml | 2 +-
 common/deployments/hub-production.yaml  | 2 +-
 common/deployments/hub-staging.yaml     | 2 +-
 testing/deployments/hub.yaml            | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 9d6cf26..f731bca 100644
--- a/cesnet-central/deployments/fullhub.yaml
+++ b/cesnet-central/deployments/fullhub.yaml
@@ -52,7 +52,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: eginotebooks/single-user-eosc
-    tag: "sha-d17f966"
+    tag: "sha-3473906"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
       description: >
diff --git a/common/deployments/hub-production.yaml b/common/deployments/hub-production.yaml
index eb82d6c..fd78cad 100644
--- a/common/deployments/hub-production.yaml
+++ b/common/deployments/hub-production.yaml
@@ -52,7 +52,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: eginotebooks/single-user-eosc
-    tag: "sha-d17f966"
+    tag: "sha-3473906"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml
index 7bdada1..502fa30 100644
--- a/common/deployments/hub-staging.yaml
+++ b/common/deployments/hub-staging.yaml
@@ -52,7 +52,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: eginotebooks/single-user-eosc
-    tag: "sha-d17f966"
+    tag: "sha-3473906"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml
index 04de662..1276c86 100644
--- a/testing/deployments/hub.yaml
+++ b/testing/deployments/hub.yaml
@@ -53,7 +53,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: eginotebooks/single-user-eosc
-    tag: "sha-d17f966"
+    tag: "sha-3473906"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
-- 
GitLab