apiVersion: argoproj.io/v1alpha1 kind: Application metadata: { name: airflow, namespace: ai } spec: project: ai-stack destination: { server: https://kubernetes.default.svc, namespace: ai } sources: # 1) the chart (from Helm repo) - repoURL: https://airflow.apache.org chart: airflow targetRevision: "*" helm: valueFiles: - $values/values/airflow.yaml # points at the git source below # 2) your repo (the values live here) - repoURL: https://git.ion606.com/ion606/ollama-plus targetRevision: argo ref: values syncPolicy: { automated: { prune: true, selfHeal: true } }