Skip to content

Commit

Permalink
[helmfile]delete s3 plugin because install.sh is broken hypnoglow/hel…
Browse files Browse the repository at this point in the history
  • Loading branch information
cw-sakamoto committed Feb 1, 2022
1 parent a06f321 commit 8855e25
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions helmfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ ADD https://github.com/roboll/helmfile/releases/download/v${HELMFILE_VERSION}/he
RUN mv /tmp/helmfile_linux_amd64 /usr/local/bin/helmfile \
&& chmod 755 /usr/local/bin/helmfile

# helm-s3 install only amd64(not support arm64)
RUN helm plugin install https://github.com/databus23/helm-diff --version v${HELM_DIFF_VERSION} \
&& helm plugin install https://github.com/jkroepke/helm-secrets --version v${HELM_SECRETS_VERSION} \
&& helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 \
&& helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.11.1

ENTRYPOINT ["/usr/local/bin/helmfile"]
2 changes: 0 additions & 2 deletions helmfile/Dockerfile.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,8 @@ ADD https://github.com/roboll/helmfile/releases/download/v${HELMFILE_VERSION}/he
RUN mv /tmp/helmfile_linux_amd64 /usr/local/bin/helmfile \
&& chmod 755 /usr/local/bin/helmfile

# helm-s3 install only amd64(not support arm64)
RUN helm plugin install https://github.com/databus23/helm-diff --version v${HELM_DIFF_VERSION} \
&& helm plugin install https://github.com/jkroepke/helm-secrets --version v${HELM_SECRETS_VERSION} \
&& helm plugin install https://github.com/hypnoglow/helm-s3.git --version v0.10.0 \
&& helm plugin install https://github.com/aslafy-z/helm-git.git --version v0.11.1

ENTRYPOINT ["/usr/local/bin/helmfile"]

0 comments on commit 8855e25

Please sign in to comment.