Skip to content

Commit

Permalink
Bump helm to v2.16.0
Browse files Browse the repository at this point in the history
Signed-off-by: Eric Lemieux <[email protected]>
  • Loading branch information
EricLemieux committed Nov 7, 2019
1 parent a4377be commit fc85bd4
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.15.2
ARG HELM_VERSION=v2.16.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 fc85bd4

Please sign in to comment.