Skip to content

Commit c77084a

Browse files
committed
fix(argo-cd): Update copyutil command 'cp -n' to resolve warning
copyutil /bin/cp: warning: behavior of -n is non-portable and may change in future; use --update=none instead repo-server time="2025-09-23T09:48:15Z" level=info msg="maxprocs: Honoring GOMAXPROCS=\"1\" as set in environment" stream closed: EOF for argocd/argocd-repo-server-576dcd776c-c88sp (copyutil) Signed-off-by: Marco Franssen <[email protected]>
1 parent 221f4d5 commit c77084a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

charts/argo-cd/templates/argocd-repo-server/deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ spec:
405405
initContainers:
406406
- command:
407407
- /bin/cp
408-
- -n
408+
- --update=none
409409
- /usr/local/bin/argocd
410410
- /var/run/argocd/argocd-cmp-server
411411
image: {{ default .Values.global.image.repository .Values.repoServer.image.repository }}:{{ default (include "argo-cd.defaultTag" .) .Values.repoServer.image.tag }}

0 commit comments

Comments
 (0)