Skip to content

Commit 1a2bae3

Browse files
committed
Fix helm binary file name
1 parent b40a77d commit 1a2bae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kubectl/okd-c1/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN curl -sSLO https://github.com/jsonnet-bundler/jsonnet-bundler/releases/downl
2121
&& chmod ug+x jb-linux-amd64
2222

2323
RUN curl -sSLO "https://get.helm.sh/helm-${HELM_VERSION}-linux-amd64.tar.gz" \
24-
&& tar zxf helm-${HELM_VERSION}-linux-arm64.tar.gz \
24+
&& tar zxf helm-${HELM_VERSION}-linux-amd64.tar.gz \
2525
&& chmod ug+x helm
2626

2727
FROM alpine:latest

0 commit comments

Comments
 (0)