Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump z2jh to v1.0 beta #439

Merged
merged 9 commits into from
Jun 1, 2021
Prev Previous commit
Next Next commit
basehub/daskhub: reference clearly irrelevant chart versions
  • Loading branch information
consideRatio authored and yuvipanda committed May 31, 2021
commit d9d79370abe2f2ef046c510e502f1172903b7edd
3 changes: 1 addition & 2 deletions hub-templates/basehub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ apiVersion: v2
appVersion: '1.0'
description: Deployment Chart for JupyterHub
name: basehub
# Let's keep this constant so other charts in this repo can depend on this easily
version: 0.0.1-n769.hfd04ce8
version: "0.1.0"
dependencies:
- name: jupyterhub
# REMEMBER TO CHANGE BASE IMAGE OF images/hub/ WHEN CHANGING THIS
Expand Down
3 changes: 1 addition & 2 deletions hub-templates/daskhub/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@ apiVersion: v2
appVersion: '1.0'
description: Deployment Chart for a dask-enabled JupyterHub
name: daskhub
version: 0.0.1-n2724.h1dfae31
version: "0.1.0"
dependencies:
- name: basehub
version: 0.0.1
repository: file://../basehub
- name: dask-gateway
version: "0.9.0"
Expand Down