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 8a7532e commit d9573cdCopy full SHA for d9573cd
.github/workflows/helm-test.yaml
@@ -30,6 +30,8 @@ jobs:
30
go-version-file: go.mod
31
32
- uses: azure/setup-helm@v4
33
+ with:
34
+ version: v3.19.0
35
36
- run: helm lint deploy/charts/version-checker
37
@@ -46,6 +48,8 @@ jobs:
46
48
47
49
50
51
52
53
54
- name: Install helm Plugins
55
run: |
.github/workflows/release.yaml
@@ -158,6 +158,8 @@ jobs:
158
159
- name: Setup Helm
160
uses: azure/setup-helm@v4
161
162
163
164
# FIXME: We need a Repo Created in Quay ahead of time for this to work
165
# - name: Login to Quay.io for OCI Push
0 commit comments