infra4talos/app-of-apps/immich.yaml

23 lines
524 B
YAML

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