diff --git a/argocd-helmfile/Dockerfile b/argocd-helmfile/Dockerfile index eff85168e..a3091d7ab 100644 --- a/argocd-helmfile/Dockerfile +++ b/argocd-helmfile/Dockerfile @@ -55,6 +55,6 @@ RUN chmod 755 /usr/local/bin/sops # Switch back to non-root user USER argocd -RUN helm plugin install https://github.com/databus23/helm-diff --version v${HELM_DIFF_VERSION} --verify=false && \ - helm plugin install https://github.com/jkroepke/helm-secrets --version v${HELM_SECRETS_VERSION} --verify=false && \ - helm plugin install https://github.com/aslafy-z/helm-git.git --version v${HELM_GIT_VERSION} --verify=false +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/aslafy-z/helm-git.git --version v${HELM_GIT_VERSION}