enable autosync and image updates (hopefully)

This commit is contained in:
2023-10-12 10:47:11 +02:00
parent 03235c4c25
commit 1512b4f28e
2 changed files with 6 additions and 101 deletions

View File

@@ -5,7 +5,8 @@ metadata:
namespace: argocd
annotations:
argocd-image-updater.argoproj.io/image-list: mollre/journal-bot # no version constraints, use newest
argocd-image-updater.argoproj.io/write-back-method: declarative # write back to git
argocd-image-updater.argoproj.io/alias.update-strategy: latest
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/journal-repo
spec:
project: default
@@ -16,3 +17,7 @@ spec:
destination:
server: https://kubernetes.default.svc
namespace: journal
syncPolicy:
automated:
prune: true
selfHeal: true