From 0721603f20b99e3b3434a33ac663751322a90a81 Mon Sep 17 00:00:00 2001 From: Vivian Rook Date: Mon, 25 Mar 2024 09:07:04 -0400 Subject: [PATCH] Chart to 3.3.3 --- images/paws-hub/Dockerfile | 2 +- images/singleuser/Dockerfile | 2 +- paws/Chart.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/images/paws-hub/Dockerfile b/images/paws-hub/Dockerfile index 8412ef6a..9bf90ac6 100644 --- a/images/paws-hub/Dockerfile +++ b/images/paws-hub/Dockerfile @@ -1,4 +1,4 @@ -FROM jupyterhub/k8s-hub:3.3.2 +FROM jupyterhub/k8s-hub:3.3.3 ARG NB_USER=tools.paws ARG NB_UID=52771 ARG HOME=/home/paws diff --git a/images/singleuser/Dockerfile b/images/singleuser/Dockerfile index 5bf6979b..86e0fc84 100644 --- a/images/singleuser/Dockerfile +++ b/images/singleuser/Dockerfile @@ -138,7 +138,7 @@ USER ${NB_USER} RUN pip install --no-cache-dir \ jupyter-server-proxy \ rpy2 \ - git+https://github.com/toolforge/jupyter-rsession-proxy.git@57d89b4 + jupyter-rsession-proxy # Set CRAN mirror to rspm before we install anything COPY r/Rprofile.site /usr/lib/R/etc/Rprofile.site diff --git a/paws/Chart.yaml b/paws/Chart.yaml index 6f1d1a91..b1114805 100644 --- a/paws/Chart.yaml +++ b/paws/Chart.yaml @@ -6,5 +6,5 @@ name: paws version: "2.11" dependencies: - name: jupyterhub - version: "3.3.2" + version: "3.3.3" repository: "https://jupyterhub.github.io/helm-chart"