File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ jobs:
1414 - name : Install Helm
1515 uses : azure/setup-helm@v1
1616 with :
17- version : v3.5.3
17+ version : v3.6.1
1818
1919 - name : Install chart-testing
20- uses : helm/chart-testing-action@v2.0.1
20+ uses : helm/chart-testing-action@v2.1.0
2121 with :
22- version : v3.3.1
22+ version : v3.4.0
2323
2424 - name : Run chart-testing (list-changed)
2525 id : list-changed
Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ jobs:
2222 - name : Install Helm
2323 uses : azure/setup-helm@v1
2424 with :
25- version : v3.5.3
25+ version : v3.6.1
2626
2727 - name : Add dependency chart repos
2828 run : |
2929 helm repo add stable https://charts.helm.sh/stable
3030
3131 - name : Run chart-releaser
32- 32+ 3333 env :
3434 CR_TOKEN : " ${{ secrets.GITHUB_TOKEN }}"
35+ CR_SKIP_EXISTING : " true"
You can’t perform that action at this time.
0 commit comments