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