We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 348f426 commit d2e9491Copy full SHA for d2e9491
1 file changed
src/Dockerfile
@@ -39,7 +39,7 @@ RUN curl -o /usr/local/bin/kubectl -LO "https://storage.googleapis.com/kubernete
39
helm init --client-only
40
41
# Also install helm3 as `helm3`
42
-RUN curl -s https://get.helm.sh/helm-v3.6.2-linux-"$(dpkg --print-architecture)".tar.gz | sudo tar -C /tmp --no-same-owner -xvzf - linux-amd64/helm --strip-components 1 && \
+RUN curl -s https://get.helm.sh/helm-v3.6.2-linux-"$(dpkg --print-architecture)".tar.gz | sudo tar -C /tmp --no-same-owner -xvzf - linux-"$(dpkg --print-architecture)"/helm --strip-components 1 && \
43
mv /tmp/helm /bin/helm3
44
45
# Install Kustomize
0 commit comments