Skip to content

Commit

Permalink
Ensure helm is updated to v2.11.0 (#39)
Browse files Browse the repository at this point in the history
Signed-off-by: Michał Sochoń <kaszpir@gmail.com>
  • Loading branch information
nvtkaszpir authored and unguiculus committed Nov 5, 2018
1 parent a6e9f15 commit 244e7f0
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 @@ -49,7 +49,7 @@ RUN curl -LO "https://storage.googleapis.com/kubernetes-release/release/v$KUBECT
mv kubectl /usr/local/bin/

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

0 comments on commit 244e7f0

Please # to comment.