apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: immich namespace: argocd spec: destination: namespace: 'immich' server: 'https://kubernetes.default.svc' sources: - repoURL: ghcr.io/immich-app/immich-charts path: immich targetRevision: 0.9.3 chart: immich helm: valuesObject: - repoURL: git.martyn.berlin/martyn/infra4talos path: apps-kustomized/immich project: apps syncPolicy: automated: prune: true selfHeal: true