Skip to content

Commit 8d0b3f6

Browse files
committed
chore: fix helm version
Signed-off-by: Danny Kopping <[email protected]>
1 parent 65195d2 commit 8d0b3f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/lint.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Helm
2323
uses: azure/setup-helm@v4
2424
with:
25-
version: v3.14.4
25+
version: v3.17.1
2626

2727
- name: Install yq
2828
run: |

.github/workflows/nightly-build.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Helm
2222
uses: azure/setup-helm@v4
2323
with:
24-
version: v3.14.4
24+
version: v3.17.1
2525

2626
- name: Install yq
2727
run: |

0 commit comments

Comments
 (0)