We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 027c405 commit f82a533Copy full SHA for f82a533
.github/workflows/release-charts.yml
@@ -6,6 +6,7 @@ on:
6
- "deploy/charts/**"
7
branches:
8
- develop
9
+ workflow_dispatch:
10
11
jobs:
12
release:
@@ -24,7 +25,7 @@ jobs:
24
25
- name: Install Helm
26
uses: azure/setup-helm@v4
27
with:
- version: v3.14.3
28
+ version: v3.17
29
30
- name: Add dependency chart repos
31
run: |
@@ -33,7 +34,7 @@ jobs:
33
34
helm repo add localpv-provisioner https://openebs.github.io/dynamic-localpv-provisioner
35
36
- name: Run chart-releaser
- uses: helm/chart-releaser-action@v1.6.0
37
+ uses: helm/chart-releaser-action@v1.7.0
38
env:
39
CR_TOKEN: "${{ secrets.CR_TOKEN }}"
40
0 commit comments