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
scheduler
Commits
dc96c0cd
Commit
dc96c0cd
authored
Dec 15, 2021
by
Bernhard Mallinger
Browse files
Make bump2config also consider chart version
parent
6ea6a56a
Changes
1
Hide whitespace changes
Inline
Side-by-side
.bumpversion.cfg
View file @
dc96c0cd
...
...
@@ -27,6 +27,10 @@ replace = version="{new_version}"
search = version="{current_version}"
replace = version="{new_version}"
[bumpversion:
glob
:chart/Chart.yaml]
[bumpversion:
file
:chart/Chart.yaml]
search = appVersion: "{current_version}"
replace = appVersion: "{new_version}"
[bumpversion:file:./chart/Chart.yaml]
search = version: "{current_version}"
replace = version: "{new_version}"
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