diff --git a/argocd-helmfile/Dockerfile b/argocd-helmfile/Dockerfile index a3091d7ab..eff85168e 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} && \ - 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} +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 diff --git a/argocd-helmfile/Dockerfile.tpl b/argocd-helmfile/Dockerfile.tpl index 04834d4db..5a5eedf3f 100644 --- a/argocd-helmfile/Dockerfile.tpl +++ b/argocd-helmfile/Dockerfile.tpl @@ -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} && \ - 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} +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