From 5f0ac23fa5cd87eb1d3c00d9f675876b95ffa4fa Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= <valtri@civ.zcu.cz>
Date: Mon, 4 Nov 2024 11:45:09 +0000
Subject: [PATCH] Update single-user image - disable notifications

---
 envri-hub/deployments/envri-hub.yaml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/envri-hub/deployments/envri-hub.yaml b/envri-hub/deployments/envri-hub.yaml
index c838cf3..016b773 100644
--- a/envri-hub/deployments/envri-hub.yaml
+++ b/envri-hub/deployments/envri-hub.yaml
@@ -41,7 +41,7 @@ singleuser:
   defaultUrl: "/lab"
   image:
     name: eginotebooks/single-user
-    tag: "sha-0f4a63c"
+    tag: "sha-2890e34"
   profileList:
     - display_name: Default environment - 4 GB RAM / 2 core
       description: >
@@ -95,8 +95,6 @@ hub:
       token_mount_path: "/var/run/secrets/oidc/"
       args:
         - "--FileCheckpoints.checkpoint_dir='/home/jovyan/.notebookCheckpoints'"
-    LabApp:
-      check_for_updates_class: jupyterlab.NeverCheckForUpdate
   extraConfig:
     egi-notebooks-welcome: |-
       from egi_notebooks_hub.welcome import WelcomeHandler
-- 
GitLab