Skip to content

Commit f5c8ced

Browse files
committed
static-helm
static-helm bugfix
1 parent e8f83a9 commit f5c8ced

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

static-helm.scratch.Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN \
1818
echo ">> HELM_VERSION=${HELM_VERSION}" ; \
1919
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 ; \
2020
chmod +x /usr/local/bin/helm ; \
21-
echo ">> HELM_VERSION (check): $(kubectl version)" ; \
21+
echo ">> HELM_VERSION (check): $(helm version)" ; \
2222
echo ">> helm Help:" ; \
2323
helm --help
2424

0 commit comments

Comments
 (0)