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: "master" # ← 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" }