apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: jovies namespace: argocd finalizers: - resources-finalizer.argocd.argoproj.io annotations: argocd-image-updater.argoproj.io/image-list: jovies=zot0213.kro.kr/jovies:main argocd-image-updater.argoproj.io/jovies.update-strategy: latest argocd-image-updater.argoproj.io/jovies.platforms: linux/arm64 argocd-image-updater.argoproj.io/jovies.force-update: "true" argocd-image-updater.argoproj.io/jovies.pull-secret: pullsecret:argocd/zot-registry-credentials argocd-image-updater.argoproj.io/write-back-method: argocd argocd-image-updater.argoproj.io/jovies.helm.image-name: image.repository argocd-image-updater.argoproj.io/jovies.helm.image-tag: image.tag spec: project: default sources: - repoURL: https://github.com/K3S-HOME/web-apps.git targetRevision: main path: charts/web-app helm: valueFiles: - $values/jovies/helm-values.yaml - repoURL: https://github.com/K3S-HOME/web-apps.git targetRevision: main ref: values destination: server: https://kubernetes.default.svc namespace: jovies syncPolicy: automated: prune: true selfHeal: true allowEmpty: false syncOptions: - CreateNamespace=true - PrunePropagationPolicy=foreground - PruneLast=true retry: limit: 5 backoff: duration: 5s factor: 2 maxDuration: 3m managedNamespaceMetadata: labels: goldilocks.fairwinds.com/enabled: 'true' zot-registry: enabled revisionHistoryLimit: 10