From 2a9fdeb08353289cb82d1b6ce858bc1c92bf16f6 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Thu, 27 Jun 2024 07:14:16 -0400 Subject: [PATCH 1/2] update jupyterlab Bug: T368609 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 7875d69c..d7de0094 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -43,7 +43,7 @@ RUN pip --no-cache-dir install -U pip setuptools wheel # Install base notebook packages RUN pip install --prefix=/srv/paws --no-cache-dir \ jupyterhub==4.1.1 \ - jupyterlab==4.2.2 + jupyterlab==4.2.3 ## End minimal setup ## From 2bdd13922876098eab6ffbefbbf0fa01a4c2e45c Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 27 Jun 2024 11:15:03 +0000 Subject: [PATCH 2/2] auto update of tag --- paws/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/paws/values.yaml b/paws/values.yaml index b951fc7e..75f04ecd 100644 --- a/paws/values.yaml +++ b/paws/values.yaml @@ -280,7 +280,7 @@ jupyterhub: fsGid: 52771 image: name: quay.io/wikimedia-paws-prod/singleuser - tag: pr-435 # singleuser tag managed by github actions + tag: pr-436 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G