Skip to content

Commit 70afc74

Browse files
committed
Update chartpress to 2.0
- require chartpress 2 in dev-requirements - set baseVersion in chartpress.yaml - note baseVersion bump in release process
1 parent ebf242b commit 70afc74

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

RELEASE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ Also the images we build are based on some image specified in the `FROM` stateme
9393
git push --follow-tags <upstream> main
9494
```
9595

96+
- [ ] Update baseVersion in chartpress to the next release (e.g. `2.1.0-0.dev` after 2.0.0)
97+
9698
- [ ] Create a GitHub release.
9799
Visit the [release page](https://github.com/jupyterhub/zero-to-jupyterhub-k8s/releases) and create a new release referencing the recent tag. Add a brief text like the one below.
98100

chartpress.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ charts:
1313
# Dev: imagePrefix can be useful to override if you want to trial something
1414
# locally developed in a remote k8s cluster.
1515
imagePrefix: jupyterhub/k8s-
16+
baseVersion: "2.0.0-0.dev"
1617
repo:
1718
git: jupyterhub/helm-chart
1819
published: https://jupyterhub.github.io/helm-chart

dev-requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#
66
# ref: https://github.com/jupyterhub/chartpress
77
#
8-
chartpress>=1.1.0
8+
chartpress==2.*
99

1010
# pytest run tests that require requests and pyyaml
1111
pytest>=3.7.1

0 commit comments

Comments
 (0)