From 059c75993381ac5e9ed0b5fdf0fccc1352f77fc5 Mon Sep 17 00:00:00 2001 From: Jay Phillips Date: Tue, 23 Jun 2026 14:13:44 +0000 Subject: [PATCH] Use ArgoCD repo credentials for Image Updater --- apps/image-updater/homepage-image-updater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/image-updater/homepage-image-updater.yaml b/apps/image-updater/homepage-image-updater.yaml index 6b56a7f..35a1e50 100644 --- a/apps/image-updater/homepage-image-updater.yaml +++ b/apps/image-updater/homepage-image-updater.yaml @@ -5,7 +5,7 @@ metadata: namespace: argocd spec: writeBackConfig: - method: "git:secret:argocd/image-updater-git-creds" + method: "git" gitConfig: branch: "main"