Skip to content

Commit 85aa2c5

Browse files
upgrade github workflows (#244)
Signed-off-by: Mathew Wicks <[email protected]>
1 parent 92efec0 commit 85aa2c5

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

.github/workflows/lint-test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/release.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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-
uses: helm/[email protected].0
32+
uses: helm/[email protected].1
3333
env:
3434
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
35+
CR_SKIP_EXISTING: "true"

0 commit comments

Comments
 (0)