From adc91390102d2e530b86dfba1ff914fe8fba390f Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Wed, 28 Aug 2024 16:24:14 -0400 Subject: [PATCH 1/2] Update jupyterlab Bug: T373544 --- images/singleuser/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 305af370..92383158 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.4 + jupyterlab==4.2.5 ## End minimal setup ## From d8c0783c67e69366e5946dd076ddb95aec24958f Mon Sep 17 00:00:00 2001 From: Github Action Date: Wed, 28 Aug 2024 20:24:49 +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 723d0d35..ab1d8dfa 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-444 # singleuser tag managed by github actions + tag: pr-452 # singleuser tag managed by github actions pullPolicy: Always memory: guarantee: 0.70G