Skip to content

Commit

Permalink
Update helm to 2.17.0 (helm#313)
Browse files Browse the repository at this point in the history
switch helm stable chart to use the new location.

Signed-off-by: JenTing Hsiao <[email protected]>
  • Loading branch information
JenTing Hsiao authored Jan 21, 2021
1 parent 502cff1 commit 0838fc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/$KUBECTL
mv kubectl /usr/local/bin/

# Install Helm
ARG HELM_VERSION=v2.16.9
ARG HELM_VERSION=v2.17.0
RUN curl -LO "https://kubernetes-helm.storage.googleapis.com/helm-$HELM_VERSION-linux-amd64.tar.gz" && \
mkdir -p "/usr/local/helm-$HELM_VERSION" && \
tar -xzf "helm-$HELM_VERSION-linux-amd64.tar.gz" -C "/usr/local/helm-$HELM_VERSION" && \
Expand Down

0 comments on commit 0838fc8

Please sign in to comment.