From 182c5796645b329ceebf0cdb3b072a665dd02974 Mon Sep 17 00:00:00 2001 From: migatu Date: Tue, 28 Jul 2026 14:20:24 +0200 Subject: [PATCH] Fix updater --- conjurer/conjurer-imageupdater.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conjurer/conjurer-imageupdater.yaml b/conjurer/conjurer-imageupdater.yaml index 2bca48f..9401123 100644 --- a/conjurer/conjurer-imageupdater.yaml +++ b/conjurer/conjurer-imageupdater.yaml @@ -10,7 +10,7 @@ spec: method: "git:secret:argocd/git-creds" gitConfig: repository: "https://gitea.czernobog.pl/gitea/deploy.git" - branch: "main" # ← gałąź repo deploy + branch: "master" # ← gałąź repo deploy writeBackTarget: "kustomization:/conjurer" applicationRefs: - namePattern: "conjurer"