apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: nxtgauge-backend namespace: argocd annotations: argocd-image-updater.argoproj.io/image-list: backend=ghcr.io/traceworks2023/nxtgauge-backend:testingcodex-latest argocd-image-updater.argoproj.io/backend.update-strategy: digest argocd-image-updater.argoproj.io/backend.allow-tags: regexp:^testingcodex-latest$ argocd-image-updater.argoproj.io/write-back-method: argocd spec: project: default source: repoURL: https://github.com/Traceworks2023/nxtgauge-gitops.git targetRevision: main path: apps/nxtgauge-backend/overlays/prod destination: server: https://kubernetes.default.svc namespace: nxtgauge syncPolicy: automated: prune: true selfHeal: true syncOptions: - CreateNamespace=true