diff --git a/hub-templates/basehub/Chart.yaml b/hub-templates/basehub/Chart.yaml index 255f68f49..b8d713d8b 100644 --- a/hub-templates/basehub/Chart.yaml +++ b/hub-templates/basehub/Chart.yaml @@ -5,6 +5,6 @@ name: basehub version: "0.1.0" dependencies: - name: jupyterhub - # REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS - version: 0.11.1-n277.h61b0e003 + # REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS + version: 1.0.0-beta.1 repository: https://jupyterhub.github.io/helm-chart/ diff --git a/hub-templates/daskhub/values.yaml b/hub-templates/daskhub/values.yaml index c296affa2..9870d479f 100644 --- a/hub-templates/daskhub/values.yaml +++ b/hub-templates/daskhub/values.yaml @@ -41,7 +41,6 @@ basehub: - port: 22 protocol: TCP cloudMetadata: - enabled: true # Don't block access to AWS cloud metadata # If we don't, our users can't access S3 buckets / other AWS services # without an explicit identity diff --git a/hub-templates/images/hub/Dockerfile b/hub-templates/images/hub/Dockerfile index 71a5a5f6e..dece568d2 100644 --- a/hub-templates/images/hub/Dockerfile +++ b/hub-templates/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.11.1-n298.hd9d7403b +FROM jupyterhub/k8s-hub:1.0.0-beta.1 ENV CONFIGURATOR_VERSION ed7e3a0df1e3d625d10903ef7d7fd9c2fbb548db