Skip to content

Commit

Permalink
move kops helmfile (#130)
Browse files Browse the repository at this point in the history
* move kops helmfile

* deprecate helm-diff because it keeps breaking build
  • Loading branch information
osterman authored May 2, 2018
1 parent 77c33d3 commit 19cfb28
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,12 @@ RUN helm repo add cloudposse-incubator https://charts.cloudposse.com/incubator/
# Install helm plugins
#
ENV HELM_APPR_VERSION 0.7.0
ENV HELM_DIFF_VERSION 2.8.0+1
ENV HELM_EDIT_VERSION 0.2.0
ENV HELM_GITHUB_VERSION 0.2.0
ENV HELM_SECRETS_VERSION 1.2.9

RUN helm plugin install https://github.com/app-registry/appr-helm-plugin --version v${HELM_APPR_VERSION} \
&& helm plugin install https://github.com/mstrzele/helm-edit --version v${HELM_EDIT_VERSION} \
&& helm plugin install https://github.com/databus23/helm-diff --version v${HELM_DIFF_VERSION} \
&& helm plugin install https://github.com/futuresimple/helm-secrets --version ${HELM_SECRETS_VERSION} \
&& helm plugin install https://github.com/sagansystems/helm-github --version ${HELM_GITHUB_VERSION}

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 19cfb28

Please sign in to comment.