Skip to content

Commit

Permalink
Merge pull request #263 from ministryofjustice/helm-client
Browse files Browse the repository at this point in the history
Helm Client
  • Loading branch information
djsd123 authored Jul 10, 2018
2 parents ca0a2de + b9c31ec commit 2c0faab
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 @@ -26,7 +26,7 @@ RUN apk add --no-cache --virtual temp-ssl-fix \
postgresql-dev

# Install helm
ENV HELM_VERSION 2.8.2
ENV HELM_VERSION 2.9.1
RUN wget https://storage.googleapis.com/kubernetes-helm/helm-v$HELM_VERSION-linux-amd64.tar.gz \
&& tar xzf helm-v$HELM_VERSION-linux-amd64.tar.gz \
&& mv linux-amd64/helm /usr/local/bin \
Expand Down

0 comments on commit 2c0faab

Please sign in to comment.