From 725583ecb995b06893905ef7e9d6d7182a04875f Mon Sep 17 00:00:00 2001 From: YuviPanda Date: Sat, 5 Sep 2020 02:15:43 +0530 Subject: [PATCH] Bump version of z2jh chart to latest Primarily to bring in https://github.com/jupyterhub/zero-to-jupyterhub-k8s/pull/1768, which brings in https://github.com/jupyterhub/kubespawner/pull/424 for performance Ref #1746 --- hub/requirements.yaml | 2 +- images/hub/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hub/requirements.yaml b/hub/requirements.yaml index 986674df..b87ed807 100644 --- a/hub/requirements.yaml +++ b/hub/requirements.yaml @@ -1,5 +1,5 @@ dependencies: - name: jupyterhub # REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS - version: 0.9.0-n116.h1c766a1 + version: 0.9.0-n212.hdd4fd8bd repository: https://jupyterhub.github.io/helm-chart/ diff --git a/images/hub/Dockerfile b/images/hub/Dockerfile index 38c9171f..8d7f490e 100644 --- a/images/hub/Dockerfile +++ b/images/hub/Dockerfile @@ -1,6 +1,6 @@ # Should match the hub image used by version of chart in hub/requirements.yaml # If that changes, this should be changed too! -FROM jupyterhub/k8s-hub:0.9.0-n033.h8211ad2 +FROM jupyterhub/k8s-hub:0.9.0-n196.h6c08d8ca USER root