Skip to content

Commit

Permalink
Update Help 2 version to v2.16.9 (#523)
Browse files Browse the repository at this point in the history
  • Loading branch information
thiagolacerda authored Aug 3, 2020
1 parent ea16d50 commit 5f5488b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marketplace/deployer_helm2_base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ RUN ln -s /opt/kubectl/1.16 /opt/kubectl/default

RUN mkdir -p /bin/helm-downloaded \
&& wget -q -O /bin/helm-downloaded/helm.tar.gz \
https://storage.googleapis.com/kubernetes-helm/helm-v2.16.1-linux-amd64.tar.gz \
https://get.helm.sh/helm-v2.16.9-linux-amd64.tar.gz \
&& tar -zxvf /bin/helm-downloaded/helm.tar.gz -C /bin/helm-downloaded \
&& mv /bin/helm-downloaded/linux-amd64/helm /bin/ \
&& rm -rf /bin/helm-downloaded
Expand Down

0 comments on commit 5f5488b

Please sign in to comment.