Skip to content

Commit f82a533

Browse files
ci(release): update chart releaser (#134)
Signed-off-by: Abhilash Shetty <[email protected]>
1 parent 027c405 commit f82a533

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/release-charts.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ on:
66
- "deploy/charts/**"
77
branches:
88
- develop
9+
workflow_dispatch:
910

1011
jobs:
1112
release:
@@ -24,7 +25,7 @@ jobs:
2425
- name: Install Helm
2526
uses: azure/setup-helm@v4
2627
with:
27-
version: v3.14.3
28+
version: v3.17
2829

2930
- name: Add dependency chart repos
3031
run: |
@@ -33,7 +34,7 @@ jobs:
3334
helm repo add localpv-provisioner https://openebs.github.io/dynamic-localpv-provisioner
3435
3536
- name: Run chart-releaser
36-
uses: helm/chart-releaser-action@v1.6.0
37+
uses: helm/chart-releaser-action@v1.7.0
3738
env:
3839
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
3940
with:

0 commit comments

Comments
 (0)