Skip to content

Commit 9be1c01

Browse files
authored
fix(github): remove helm release action (#201)
1 parent 27c4a0a commit 9be1c01

File tree

1 file changed

+0
-24
lines changed

1 file changed

+0
-24
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -73,30 +73,6 @@ jobs:
7373
username: ${{ github.actor }}
7474
password: ${{ secrets.GITHUB_TOKEN }}
7575

76-
- name: Install helm
77-
uses: azure/setup-helm@v4
78-
79-
- name: Update helm chart
80-
run: |
81-
git checkout main
82-
sed -Ei \
83-
-e 's/^(version\:) .*/\1 '${{ env.VERSION }}'/g' \
84-
-e 's/^(appVersion\:) .*/\1 "'${{ env.VERSION }}'"/g' \
85-
charts/dragonfly-operator/Chart.yaml
86-
87-
git commit \
88-
-m 'chore(helm-chart): update to ${{ env.VERSION }}' \
89-
charts/dragonfly-operator/Chart.yaml
90-
91-
- name: Push Helm chart as OCI to Github
92-
run: |
93-
echo "${{ secrets.GITHUB_TOKEN }}" | \
94-
helm registry login -u ${{ github.actor }} --password-stdin ghcr.io
95-
96-
helm package charts/dragonfly-operator
97-
98-
helm push dragonfly-operator-${{ env.VERSION }}.tgz oci://ghcr.io/${{ github.repository }}/helm
99-
10076
- name: Build and Publish image into GHCR
10177
uses: docker/build-push-action@v5
10278
with:

0 commit comments

Comments
 (0)