From 1b417299288dd1c9703729954a5a7b17a645677b Mon Sep 17 00:00:00 2001 From: Enol Fernandez <enol.fernandez@egi.eu> Date: Fri, 2 Aug 2024 11:28:28 +0100 Subject: [PATCH] Disable check for updates --- common/deployments/hub-staging.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/common/deployments/hub-staging.yaml b/common/deployments/hub-staging.yaml index 972ef7f..ef703ca 100644 --- a/common/deployments/hub-staging.yaml +++ b/common/deployments/hub-staging.yaml @@ -131,6 +131,7 @@ singleuser: stringData: |- { "@jupyterlab/apputils-extension:notification": { + "checkForUpdates": true, "fetchNews": "false" }, "@jupyterlab/application-extension:context-menu": { -- GitLab