Skip to content

Commit

Permalink
Merge pull request #4 from MarceloBonelli/patch-1
Browse files Browse the repository at this point in the history
Patch 1
  • Loading branch information
Juanchimienti authored Mar 18, 2021
2 parents 1f50699 + c7dadf2 commit c054dc6
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 @@ -23,14 +23,14 @@ ENV HELM_VERSION_2="v2.17.0"
ENV HELM_VERSION_3="v3.5.2"
# Note: Latest version of helm diff plugin cat be found at:
# https://github.com/databus23/helm-diff/releases
ENV HELM_DIFF_VERSION="v2.9.0+3"
ENV HELM_DIFF_VERSION_2="v2.9.0+3"
ENV HELM_DIFF_VERSION_3="v3.1.3"

RUN wget -q https://storage.googleapis.com/kubernetes-release/release/${KUBE_LATEST_VERSION}/bin/linux/amd64/kubectl -O /usr/local/bin/kubectl \
&& chmod +x /usr/local/bin/kubectl \
&& wget -q https://get.helm.sh/helm-${HELM_VERSION_3}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm3 \
&& chmod +x /usr/local/bin/helm3 \
&& helm3 plugin install 'https://github.com/databus23/helm-diff' --version ${HELM_DIFF_VERSION_3}
&& helm3 plugin install 'https://github.com/databus23/helm-diff' --version ${HELM_DIFF_VERSION_3} \
&& wget -q http://storage.googleapis.com/kubernetes-helm/helm-${HELM_VERSION_2}-linux-amd64.tar.gz -O - | tar -xzO linux-amd64/helm > /usr/local/bin/helm \
&& chmod +x /usr/local/bin/helm \
&& helm init --client-only \
Expand Down

0 comments on commit c054dc6

Please sign in to comment.