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: immich: persistence: library: existingClaim: immich-data valkey: enabled: true - repoURL: http://forgejo.git.svc.cluster.local/martyn/infra4talos.git path: apps-kustomized/immich project: apps syncPolicy: automated: prune: true selfHeal: true