Skip to content

Commit

Permalink
Merge pull request #6 from AnchorFree/update-helm
Browse files Browse the repository at this point in the history
update `helm` to 2.10.0
  • Loading branch information
onorua authored Sep 11, 2018
2 parents 9aea1ca + 4aa6373 commit 8e9d7ad
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 @@ -11,7 +11,7 @@ RUN apk --no-cache add ca-certificates git \
RUN curl -sLo /usr/local/bin/kubectl https://storage.googleapis.com/kubernetes-release/release/$(curl -s https://storage.googleapis.com/kubernetes-release/release/stable.txt)/bin/linux/amd64/kubectl \
&& chmod +x /usr/local/bin/kubectl

ENV HELM_VERSION v2.9.1
ENV HELM_VERSION v2.10.0
RUN curl -sLo /tmp/helm.tar.gz https://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION}-linux-amd64.tar.gz \
&& tar -zxf /tmp/helm.tar.gz -C /tmp/ \
&& cp /tmp/linux-amd64/helm /usr/local/bin/ \
Expand Down

0 comments on commit 8e9d7ad

Please sign in to comment.