From 2deb3ef4c8de843ef95443c557a8e922a0f0a811 Mon Sep 17 00:00:00 2001 From: fchinembiri Date: Tue, 4 Aug 2026 11:21:57 +0200 Subject: [PATCH] fix(argocd): point next-gen applications to fchinembiri/next-gen repository and k8s/next-gen-chart --- k8s/argocd-nextgen.yaml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/k8s/argocd-nextgen.yaml b/k8s/argocd-nextgen.yaml index c2e4a54..68bd5d7 100644 --- a/k8s/argocd-nextgen.yaml +++ b/k8s/argocd-nextgen.yaml @@ -53,9 +53,9 @@ metadata: spec: project: default source: - repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform..git - targetRevision: HEAD - path: k8s/nextgen/next-gen-chart + repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/next-gen.git + targetRevision: main + path: k8s/next-gen-chart helm: parameters: - name: branchName @@ -89,9 +89,9 @@ spec: spec: project: default source: - repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform..git - targetRevision: HEAD - path: k8s/nextgen/next-gen-chart + repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/next-gen.git + targetRevision: '{{branch}}' + path: k8s/next-gen-chart helm: parameters: - name: branchName