From 8ef8019a0a4b3d9094f1daa120ad483fe43f50be Mon Sep 17 00:00:00 2001 From: Mohamed AMAZIRH Date: Fri, 14 Mar 2025 16:25:41 +0100 Subject: [PATCH] fix 2 --- applicationset/ai-assistant-applicationset.yaml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/applicationset/ai-assistant-applicationset.yaml b/applicationset/ai-assistant-applicationset.yaml index c75e2d6..e00728a 100644 --- a/applicationset/ai-assistant-applicationset.yaml +++ b/applicationset/ai-assistant-applicationset.yaml @@ -11,13 +11,14 @@ spec: - path: "helm-charts-values/**/values.yaml" template: metadata: - name: 'ollama' + name: '{{.path.basename}}' spec: project: ai-assistant source: + path: '' repoURL: gitea.9003009.xyz - chart: 'helm-charts/ollama' - targetRevision: "*" + chart: helm-charts/ollama + targetRevision: '*' helm: valueFiles: - values.yaml