We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 643f77c commit e3eb6ceCopy full SHA for e3eb6ce
chartpress.yaml
@@ -13,7 +13,7 @@ charts:
13
# Dev: imagePrefix can be useful to override if you want to trial something
14
# locally developed in a remote k8s cluster.
15
imagePrefix: jupyterhub/k8s-
16
- baseVersion: "2.0.0-0.dev"
+ baseVersion: "2.0.0-beta.1"
17
repo:
18
git: jupyterhub/helm-chart
19
published: https://jupyterhub.github.io/helm-chart
tbump.toml
@@ -1,6 +1,6 @@
1
# tbump config sets baseVersion in chartpress.yaml
2
[version]
3
-current = "2.0.0-0.dev"
+current = "2.0.0-beta.1"
4
5
# match our prerelease prefixes
6
# -alpha.1
0 commit comments