From 65d1d0c4d8346b877e88835a9799f36ffa28ed58 Mon Sep 17 00:00:00 2001 From: migatu Date: Tue, 28 Jul 2026 14:10:07 +0200 Subject: [PATCH] imageupdater --- conjurer/conjurer-imageupdater.yaml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 conjurer/conjurer-imageupdater.yaml diff --git a/conjurer/conjurer-imageupdater.yaml b/conjurer/conjurer-imageupdater.yaml new file mode 100644 index 0000000..2bca48f --- /dev/null +++ b/conjurer/conjurer-imageupdater.yaml @@ -0,0 +1,19 @@ +apiVersion: argocd-image-updater.argoproj.io/v1alpha1 +kind: ImageUpdater +metadata: + name: conjurer + namespace: argocd +spec: + commonUpdateSettings: + updateStrategy: "newest-build" + writeBackConfig: + method: "git:secret:argocd/git-creds" + gitConfig: + repository: "https://gitea.czernobog.pl/gitea/deploy.git" + branch: "main" # ← gałąź repo deploy + writeBackTarget: "kustomization:/conjurer" + applicationRefs: + - namePattern: "conjurer" + images: + - { alias: "librarian", imageName: "gitea.czernobog.pl/gitea/conjurer-librarian" } + - { alias: "bot", imageName: "gitea.czernobog.pl/gitea/conjurer-bot" } \ No newline at end of file