explicit version in helm values

This commit is contained in:
Jens Langhammer 2019-02-27 09:33:26 +01:00
parent e7a02104db
commit 3ee79818db
2 changed files with 4 additions and 2 deletions

View file

@ -9,11 +9,13 @@ tag_name = version/{new_version}
[bumpversion:part:release] [bumpversion:part:release]
optional_value = stable optional_value = stable
values = values =
alpha alpha
beta beta
stable stable
[bumpversion:file:helm/passbook/values.yaml]
[bumpversion:file:helm/passbook/Chart.yaml] [bumpversion:file:helm/passbook/Chart.yaml]
[bumpversion:file:.gitlab-ci.yml] [bumpversion:file:.gitlab-ci.yml]

View file

@ -5,7 +5,7 @@
replicaCount: 1 replicaCount: 1
image: image:
tag: latest tag: 0.0.11-alpha
nameOverride: "" nameOverride: ""