Skip to content

Commit

Permalink
Upgrade helm to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
jspc committed Jan 2, 2020
1 parent ec4fc32 commit f63ec38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ RUN apt-get update && \
wget https://releases.hashicorp.com/terraform/0.12.18/terraform_0.12.18_linux_amd64.zip && \
unzip terraform_0.12.18_linux_amd64.zip -d /usr/bin && \
pip3 install awscli && \
wget https://get.helm.sh/helm-v2.14.0-linux-amd64.tar.gz && \
tar xvf helm-v2.14.0-linux-amd64.tar.gz -C /usr/bin --strip 1 && \
wget https://get.helm.sh/helm-v3.0.2-linux-amd64.tar.gz && \
tar xvf helm-v3.0.2-linux-amd64.tar.gz -C /usr/bin --strip 1 && \
wget https://storage.googleapis.com/kubernetes-release/release/v1.15.0/bin/linux/amd64/kubectl && \
install -m 755 kubectl /usr/bin

Expand Down

0 comments on commit f63ec38

Please sign in to comment.