EOX GitLab Instance
Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
View Server 2
harvester
Commits
daf6ed5a
Commit
daf6ed5a
authored
Dec 15, 2021
by
Bernhard Mallinger
Browse files
Make bump2config also consider chart version
parent
f22f6d25
Changes
2
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
daf6ed5a
...
...
@@ -30,3 +30,7 @@ replace = version="{new_version}"
[bumpversion:glob:chart/Chart.yaml]
search = appVersion: "{current_version}"
replace = appVersion: "{new_version}"
[bumpversion:glob:./chart/Chart.yaml]
search = version: "{current_version}"
replace = version: "{new_version}"
chart/Chart.yaml
View file @
daf6ed5a
...
...
@@ -19,7 +19,7 @@ maintainers:
# This is the chart version. This version number should be incremented each time you make changes
# to the chart and its templates, including the app version.
# Versions are expected to follow Semantic Versioning (https://semver.org/)
version
:
0
.1.
0
version
:
"
2
.1.
2"
# This is the version number of the application being deployed. This version number should be
# incremented each time you make changes to the application. Versions are not expected to
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment