Skip to content

Commit

Permalink
Fix helm-secrets installation in docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
amuraru committed Sep 13, 2021
1 parent 7dd76de commit c484ae4
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -68,15 +68,12 @@ USER ops
ENV HOME=/home/ops
WORKDIR /home/ops

USER root
RUN helm plugin install https://github.com/databus23/helm-diff
RUN helm plugin install https://github.com/jkroepke/helm-secrets --version v3.8.2
RUN helm plugin install https://github.com/rimusz/helm-tiller



USER root
RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets
RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/rimusz/helm-tiller
RUN chown -R ops:ops /home/ops/.helm

COPY --from=compile-image /azure-cli /home/ops/.local/azure-cli
COPY build_scripts/bin/az /home/ops/bin/

Expand Down

0 comments on commit c484ae4

Please sign in to comment.