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.
2 parents b1a375f + c0d0b3b commit c73de93Copy full SHA for c73de93
chartpress.yaml
@@ -13,7 +13,12 @@ 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.1-0.dev"
+ # baseVersion should be a -0.dev suffixed version, where the version should
17
+ # be the next major, minor, or patch version depending on what we have
18
+ # merged so far into the main branch. If for example we have merged a
19
+ # breaking change it should be the next major version, like 3.0.0-0.dev.
20
+ #
21
+ baseVersion: "3.0.0-0.dev"
22
repo:
23
git: jupyterhub/helm-chart
24
published: https://jupyterhub.github.io/helm-chart
0 commit comments