apiVersion: argoproj.io/v1alpha1 kind: Application metadata: name: airflow namespace: ai annotations: argocd.argoproj.io/sync-wave: "0" spec: project: ai-stack destination: server: https://kubernetes.default.svc namespace: ai sources: - repoURL: https://airflow.apache.org chart: airflow targetRevision: "*" helm: valueFiles: - $values/values/airflow.yaml - repoURL: https://git.ion606.com/ion606/ollama-plus targetRevision: argo ref: values syncPolicy: automated: prune: true selfHeal: true