Skip to content

Commit d5c21d1

Browse files
authored
Merge pull request #20 from phase2/Update-helm-binary
Update Helm to latest 3.x version
2 parents cbae790 + cf81aa4 commit d5c21d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN curl -o /usr/local/bin/kubectl -LO "https://storage.googleapis.com/kubernete
2121
helm init --client-only
2222

2323
# 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 && \
24+
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 && \
2525
mv /tmp/helm /bin/helm3
2626

2727
# Install Kustomize

0 commit comments

Comments
 (0)