We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8f83a9 commit f5c8cedCopy full SHA for f5c8ced
1 file changed
static-helm.scratch.Dockerfile
@@ -18,7 +18,7 @@ RUN \
18
echo ">> HELM_VERSION=${HELM_VERSION}" ; \
19
wget -qO- "https://get.helm.sh/helm-v${HELM_VERSION}-${OS}-${TARGETARCH}.tar.gz" | tar -xz --strip-components=1 -C /usr/local/bin/ ${OS}-${TARGETARCH}/helm ; \
20
chmod +x /usr/local/bin/helm ; \
21
- echo ">> HELM_VERSION (check): $(kubectl version)" ; \
+ echo ">> HELM_VERSION (check): $(helm version)" ; \
22
echo ">> helm Help:" ; \
23
helm --help
24
0 commit comments