Skip to content

Commit

Permalink
Add helm-git plugin instead of helm-github
Browse files Browse the repository at this point in the history
We would like a a way to release from non-packages helm repositories, 
directly from git, with a ref and path specification. See [1]

`helm-git` supports `git` scheme making it compatible with `helmfile`

This closes [2]


[1] roboll/helmfile#435
[2] #355
  • Loading branch information
joshmyers committed Feb 4, 2019
1 parent bed6d62 commit ffe300e
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 @@ -175,7 +175,7 @@ RUN helm repo add cloudposse-incubator https://charts.cloudposse.com/incubator/
ENV HELM_APPR_VERSION 0.7.0
ENV HELM_DIFF_VERSION 2.11.0+2
ENV HELM_EDIT_VERSION 0.2.0
ENV HELM_GITHUB_VERSION 0.2.0
ENV HELM_GIT_VERSION 0.3.0
ENV HELM_SECRETS_VERSION 1.2.9
ENV HELM_S3_VERSION 0.7.0
ENV HELM_PUSH_VERSION 0.7.1
Expand All @@ -184,7 +184,7 @@ RUN helm plugin install https://github.com/app-registry/appr-helm-plugin --versi
&& helm plugin install https://github.com/databus23/helm-diff --version v${HELM_DIFF_VERSION} \
&& helm plugin install https://github.com/mstrzele/helm-edit --version v${HELM_EDIT_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} \
&& helm plugin install https://github.com/aslafy-z/helm-git.git --version ${HELM_GIT_VERSION} \
&& helm plugin install https://github.com/hypnoglow/helm-s3 --version v${HELM_S3_VERSION} \
&& helm plugin install https://github.com/chartmuseum/helm-push --version v${HELM_PUSH_VERSION}

Expand Down

0 comments on commit ffe300e

Please sign in to comment.