From 34f95db515aedda6730ccc7f2bfc8316023c68dd 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, 30 Aug 2024 19:04:50 +0000
Subject: [PATCH] Update single-user image with resource usage warning
 extension

---
 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 5d02652..abcffaf 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
-    tag: "sha-6d48e61"
+    tag: "sha-0f4a63c"
   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 fd6311f..fa3b1f1 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
-    tag: "sha-6d48e61"
+    tag: "sha-0f4a63c"
   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 1eaa0a7..5639a6c 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
-    tag: "sha-6d48e61"
+    tag: "sha-0f4a63c"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml
index 0b6f859..9e410b7 100644
--- a/testing/deployments/hub.yaml
+++ b/testing/deployments/hub.yaml
@@ -53,7 +53,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: eginotebooks/single-user
-    tag: "sha-6d48e61"
+    tag: "sha-0f4a63c"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
-- 
GitLab