We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f993a1 commit b626558Copy full SHA for b626558
.github/workflows/ci.yaml
@@ -14,9 +14,6 @@ jobs:
14
15
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
16
17
- - name: helm version
18
- run: helm version
19
-
20
- uses: actions/checkout@v6
21
22
- name: Add Helm repos
Makefile
@@ -314,7 +314,7 @@ check-helm:
314
echo "Missing helm command" ; \
315
exit 2 ; \
316
fi
317
- @HELM_VERSION=$$($(HELM) version --short --client 2>/dev/null || echo "unknown") ; \
+ @HELM_VERSION=$$($(HELM) version --short 2>/dev/null) ; \
318
case "$$HELM_VERSION" in \
319
v3*) \
320
;; \
0 commit comments