From a2f02e1cbcb7700ce9d6f0b9e7edc44f538fbbd4 Mon Sep 17 00:00:00 2001 From: funman300 Date: Tue, 19 May 2026 16:58:29 -0700 Subject: [PATCH] ci(argocd): watch deploy branch for kustomization updates targetRevision changed from master to deploy so Argo CD tracks the image-tag commits the CI bot writes there, not the source branch. Co-Authored-By: Claude Sonnet 4.6 --- argocd/application.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/argocd/application.yaml b/argocd/application.yaml index b0a279f..15c15d5 100644 --- a/argocd/application.yaml +++ b/argocd/application.yaml @@ -7,7 +7,7 @@ spec: project: default source: repoURL: https://git.aleshym.co/funman300/Ferrous-Solitaire.git - targetRevision: master + targetRevision: deploy path: deploy destination: server: https://kubernetes.default.svc