We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cbae790 commit cf81aa4Copy full SHA for cf81aa4
src/Dockerfile
@@ -21,7 +21,7 @@ RUN curl -o /usr/local/bin/kubectl -LO "https://storage.googleapis.com/kubernete
21
helm init --client-only
22
23
# Also install helm3 as `helm3`
24
-RUN curl -s https://get.helm.sh/helm-v3.6.2-linux-${TARGETARCH}.tar.gz | sudo tar -C /tmp --no-same-owner -xvzf - linux-${TARGETARCH}/helm --strip-components 1 && \
+RUN curl -s https://get.helm.sh/helm-v3.19.0-linux-${TARGETARCH}.tar.gz | sudo tar -C /tmp --no-same-owner -xvzf - linux-${TARGETARCH}/helm --strip-components 1 && \
25
mv /tmp/helm /bin/helm3
26
27
# Install Kustomize
0 commit comments