apiVersion: argoproj.io/v1alpha1 kind: ApplicationSet metadata: name: ai-assistant-applicationset namespace: ai-assistant 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 targetRevision: '*' chart: '{{.chart}}' destination: server: https://kubernetes.default.svc namespace: ai-assistant syncPolicy: automated: prune: true selfHeal: true