From a9c8045500476a90458f9f935737c1bbb742e003 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 10:35:15 +0000 Subject: [PATCH] Disable check for updates - fix --- common/deployments/hub-staging.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index ef703ca..29ec602 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -131,7 +131,7 @@ singleuser: stringData: |- { "@jupyterlab/apputils-extension:notification": { - "checkForUpdates": true, + "checkForUpdates": "false", "fetchNews": "false" }, "@jupyterlab/application-extension:context-menu": { -- GitLab