Skip to content

Commit d9573cd

Browse files
committed
Pinning workflows to helm 3.19.0
1 parent 8a7532e commit d9573cd

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.github/workflows/helm-test.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@ jobs:
3030
go-version-file: go.mod
3131

3232
- uses: azure/setup-helm@v4
33+
with:
34+
version: v3.19.0
3335

3436
- run: helm lint deploy/charts/version-checker
3537

@@ -46,6 +48,8 @@ jobs:
4648
go-version-file: go.mod
4749

4850
- uses: azure/setup-helm@v4
51+
with:
52+
version: v3.19.0
4953

5054
- name: Install helm Plugins
5155
run: |

.github/workflows/release.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ jobs:
158158

159159
- name: Setup Helm
160160
uses: azure/setup-helm@v4
161+
with:
162+
version: v3.19.0
161163

162164
# FIXME: We need a Repo Created in Quay ahead of time for this to work
163165
# - name: Login to Quay.io for OCI Push

0 commit comments

Comments
 (0)