From 30446e54ed90a9d01d6129b4051849ec08c06032 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, 2 Aug 2024 19:13:06 +0000
Subject: [PATCH] Update single-user image with lab 4.x (datascience notebook
 2024-07-02)

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

diff --git a/cesnet-central/deployments/fullhub.yaml b/cesnet-central/deployments/fullhub.yaml
index 056ea6f..7531c0a 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-b94a3ef"
+    tag: "sha-6d48e61"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM (non-collaboratice)
       description: >
@@ -61,7 +61,6 @@ singleuser:
       kubespawner_override:
         args:
           - "--CondaKernelSpecManager.env_filter='/opt/conda$'"
-        image: "eginotebooks/single-user:sha-b94a3ef"
         extra_annotations:
           "egi.eu/flavor": "small-environment-2-vcpu-4-gb-ram"
     - display_name: Small Environment - 2 vCPU / 4 GB RAM (collaboratice)
diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml
index d56488d..1723d1d 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-b94a3ef"
+    tag: "sha-6d48e61"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
diff --git a/testing/deployments/hub.yaml b/testing/deployments/hub.yaml
index 76934d3..f53470b 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-b94a3ef"
+    tag: "sha-6d48e61"
   profileList:
     - display_name: Small Environment - 2 vCPU / 4 GB RAM
       description: >
-- 
GitLab