We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dd76de commit c484ae4Copy full SHA for c484ae4
Dockerfile
@@ -68,15 +68,12 @@ USER ops
68
ENV HOME=/home/ops
69
WORKDIR /home/ops
70
71
+USER root
72
RUN helm plugin install https://github.com/databus23/helm-diff
73
+RUN helm plugin install https://github.com/jkroepke/helm-secrets --version v3.8.2
74
+RUN helm plugin install https://github.com/rimusz/helm-tiller
75
76
-
-USER root
-RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/futuresimple/helm-secrets
77
-RUN HELM_HOME=/home/ops/.helm helm plugin install https://github.com/rimusz/helm-tiller
78
-RUN chown -R ops:ops /home/ops/.helm
79
80
COPY --from=compile-image /azure-cli /home/ops/.local/azure-cli
81
COPY build_scripts/bin/az /home/ops/bin/
82
0 commit comments