Skip to content

Commit 7c88c1a

Browse files
authored
fix(ci): remove chart version update step (#217)
1 parent d411991 commit 7c88c1a

File tree

2 files changed

+1
-17
lines changed

2 files changed

+1
-17
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -77,22 +77,6 @@ jobs:
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 }}" | \

charts/dragonfly-operator/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)