Skip to content

Commit

Permalink
basehub: update to 1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio authored and yuvipanda committed May 31, 2021
1 parent 551bdc9 commit f8d0498
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions hub-templates/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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/
1 change: 0 additions & 1 deletion hub-templates/daskhub/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion hub-templates/images/hub/Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit f8d0498

Please sign in to comment.