File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
helm/kalypso-observability-hub Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 66 workflow_dispatch :
77
88env :
9- VERSION : ${{ vars.MAJOR_VERSION }}.${{ vars.MINOR_VERSION }}.${{ vars.HF_VERSION }}
9+ VERSION : ${{ vars.MAJOR_VERSION }}.${{ vars.MINOR_VERSION }}.${{ vars.HF_VERSION }}-${{ github.run_number }}
1010
1111jobs :
1212 quality-check :
Original file line number Diff line number Diff line change @@ -13,16 +13,16 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : " 1.1.2 "
16+ version : " 1.1.3-alpha "
1717# This is the version number of the application being deployed. This version number should be
1818# incremented each time you make changes to the application. Versions are not expected to
1919# follow Semantic Versioning. They should reflect the version the application is using.
2020# It is recommended to use it with quotes.
21- appVersion : " 1.1.2 "
21+ appVersion : " 1.1.3-alpha "
2222
2323dependencies :
2424 - name : api-server
25- version : 1.1.2
25+ version : 1.1.3-alpha
2626
2727 - name : postgres
2828 version : 0.1.0
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ type: application
1313# This is the chart version. This version number should be incremented each time you make changes
1414# to the chart and its templates, including the app version.
1515# Versions are expected to follow Semantic Versioning (https://semver.org/)
16- version : " 1.1.2 "
16+ version : " 1.1.3-alpha "
1717# This is the version number of the application being deployed. This version number should be
1818# incremented each time you make changes to the application. Versions are not expected to
1919# follow Semantic Versioning. They should reflect the version the application is using.
2020# It is recommended to use it with quotes.
21- appVersion : " 1.1.2 "
21+ appVersion : " 1.1.3-alpha "
You can’t perform that action at this time.
0 commit comments