apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: ai-assistant-applicationset spec: generators: - list: elements: - appName: ollama chart: helm-charts/ollama - appName: open-webui chart: helm-charts/open-webui template: metadata: name: '{{.appName}}' spec: project: ai-assistant source: repoURL: gitea.9003009.xyz chart: '{{.chart}}' targetRevision: '*' destination: server: https://kubernetes.default.svc namespace: ai-assistant syncPolicy: automated: selfHeal: true prune: true