Skip to content

Commit c0d0b3b

Browse files
authored
Comment about how we aim to set baseVersion
1 parent 50bf717 commit c0d0b3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

chartpress.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,11 @@ 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 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+
#
1621
baseVersion: "3.0.0-0.dev"
1722
repo:
1823
git: jupyterhub/helm-chart

0 commit comments

Comments
 (0)