File tree Expand file tree Collapse file tree 2 files changed +9
-3
lines changed
Expand file tree Collapse file tree 2 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 11name : Release Charts
22
3+ # This workflow creates a new chart release when changes are merged to the release branch.
4+ # The release branch should only receive changes through pull requests from main.
5+ # Each merge commit to release represents a deliberate release decision.
6+
37on :
48 push :
59 branches :
6- - main
10+ - release
11+ workflow_dispatch :
12+ # Allow manual trigger for releases
713
814jobs :
915 release :
Original file line number Diff line number Diff line change @@ -6,10 +6,10 @@ type: application
66# This is the chart version. This version number should be incremented each time you make changes
77# to the chart and its templates, including the app version.
88# Versions are expected to follow Semantic Versioning (https://semver.org/)
9- version : " 1 .0.0"
9+ version : " 0 .0.0"
1010
1111# This is the version number of the application being deployed. This version number should be
1212# incremented each time you make changes to the application. Versions are not expected to
1313# follow Semantic Versioning. They should reflect the version the application is using.
1414# It is recommended to use it with quotes.
15- appVersion : " 1 .0.0"
15+ appVersion : " 0 .0.0"
You can’t perform that action at this time.
0 commit comments