From e6f19b8b7935a3e3e0a402e8e4fd4d514523d228 Mon Sep 17 00:00:00 2001 From: cedi Date: Tue, 4 Jun 2024 12:24:42 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5ae65e1..fc9224a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -42,7 +42,7 @@ RUN cd /usr/local/bin && \ RUN chown -R argocd ${HOME} # helm secrets plugin should be installed as user argocd or it won't be found -USER argocd +USER 1000 # Install helm plugin RUN /usr/local/bin/helm.bin plugin install https://github.com/jkroepke/helm-secrets --version ${HELM_SECRETS_VERSION}