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 50bf717 commit c0d0b3bCopy full SHA for c0d0b3b
chartpress.yaml
@@ -13,6 +13,11 @@ 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 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
0 commit comments