auto update imageupdater
This commit is contained in:
parent
5c3abf8f9e
commit
5e12e1ca33
@ -3,6 +3,13 @@ kind: Application
|
|||||||
metadata:
|
metadata:
|
||||||
name: argocd-imageupdate
|
name: argocd-imageupdate
|
||||||
namespace: argocd
|
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:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
@ -15,4 +22,4 @@ spec:
|
|||||||
syncPolicy:
|
syncPolicy:
|
||||||
automated:
|
automated:
|
||||||
prune: true
|
prune: true
|
||||||
selfHeal: true
|
selfHeal: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user