This commit is contained in:
Mohamed AMAZIRH 2025-03-14 16:34:06 +01:00
parent 2f4d46c1ab
commit f03ab26e5d

View File

@ -4,24 +4,22 @@ metadata:
name: ai-assistant-applicationset name: ai-assistant-applicationset
spec: spec:
generators: generators:
- git: - list:
repoURL: https://gitea.9003009.xyz/argocd-apps/ai-assistant.git elements:
revision: HEAD - appName: ollama
files: chart: helm-charts/ollama
- path: "helm-charts-values/*" - appName: open-webui
chart: helm-charts/open-webui
template: template:
metadata: metadata:
name: '{{.path.basename}}' name: '{{.appName}}'
spec: spec:
project: ai-assistant project: ai-assistant
source: source:
path: ''
repoURL: gitea.9003009.xyz repoURL: gitea.9003009.xyz
chart: 'helm-charts/{{{{.path.basename}}}}' chart: '{{.chart}}'
targetRevision: '*' targetRevision: '*'
helm:
valueFiles:
- '{{.path.path}}/values.yaml'
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
namespace: ai-assistant namespace: ai-assistant