File tree 2 files changed +1
-17
lines changed
charts/dragonfly-operator 2 files changed +1
-17
lines changed Original file line number Diff line number Diff line change 77
77
- name : Install helm
78
78
uses : azure/setup-helm@v4
79
79
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
96
80
- name : Push Helm chart as OCI to Github
97
81
run : |
98
82
echo "${{ secrets.GITHUB_TOKEN }}" | \
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ type: application
15
15
# This is the chart version. This version number should be incremented each time you make changes
16
16
# to the chart and its templates, including the app version.
17
17
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18
- version : 0 .1.0
18
+ version : v1 .1.5
19
19
20
20
# This is the version number of the application being deployed. This version number should be
21
21
# 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