---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: argocd-image-updater
  namespace: argocd
spec:
  project: k-space.ee
  source:
    repoURL: 'https://github.com/argoproj-labs/argocd-image-updater.git'
    path: manifests/base
    targetRevision: stable
  destination:
    server: 'https://kubernetes.default.svc'
    namespace: argocd
  syncPolicy:
    automated:
      prune: true
    syncOptions:
    - CreateNamespace=true