File tree Expand file tree Collapse file tree 2 files changed +1
-17
lines changed
charts/dragonfly-operator Expand file tree Collapse file tree 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 7777 - name : Install helm
7878 uses : azure/setup-helm@v4
7979
80- - name : Update helm chart version and publish it to main branch
81- run : |
82- git checkout main
83- sed -Ei \
84- -e 's/^(version\:) .*/\1 '${{ env.VERSION }}'/g' \
85- -e 's/^(appVersion\:) .*/\1 "'${{ env.VERSION }}'"/g' \
86- charts/dragonfly-operator/Chart.yaml
87-
88- git config user.name "${{ github.actor }}"
89- git config user.email "${{ github.actor_id }}+${{ github.actor }}@users.noreply.github.com"
90-
91- git commit \
92- -m 'chore(helm-chart): update to ${{ env.VERSION }}' \
93- charts/dragonfly-operator/Chart.yaml
94-
95- git push
9680 - name : Push Helm chart as OCI to Github
9781 run : |
9882 echo "${{ secrets.GITHUB_TOKEN }}" | \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
1515# This is the chart version. This version number should be incremented each time you make changes
1616# to the chart and its templates, including the app version.
1717# Versions are expected to follow Semantic Versioning (https://semver.org/)
18- version : 0 .1.0
18+ version : v1 .1.5
1919
2020# This is the version number of the application being deployed. This version number should be
2121# incremented each time you make changes to the application. Versions are not expected to
You can’t perform that action at this time.
0 commit comments