From 5e12e1ca33dec86691c46758291a45d9c5e7ceac Mon Sep 17 00:00:00 2001 From: Remy Moll Date: Mon, 16 Oct 2023 12:58:00 +0200 Subject: [PATCH] auto update imageupdater --- kluster-deployments/argocd-imageupdate/application.yaml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/kluster-deployments/argocd-imageupdate/application.yaml b/kluster-deployments/argocd-imageupdate/application.yaml index 0cfc698..0a7df39 100644 --- a/kluster-deployments/argocd-imageupdate/application.yaml +++ b/kluster-deployments/argocd-imageupdate/application.yaml @@ -3,6 +3,13 @@ kind: Application metadata: name: argocd-imageupdate namespace: argocd + annotations: + argocd-image-updater.argoproj.io/image-list: quay.io/argoprojlabs/argocd-image-updater + argocd-image-updater.argoproj.io/alias.update-strategy: latest + argocd-image-updater.argoproj.io/git-branch: main + argocd-image-updater.argoproj.io/write-back-target: kustomization:/infrastructure/argocd-imageupdate/ + argocd-image-updater.argoproj.io/write-back-method: git + spec: project: default source: @@ -15,4 +22,4 @@ spec: syncPolicy: automated: prune: true - selfHeal: true \ No newline at end of file + selfHeal: true