fix(argocd): point next-gen applications to fchinembiri/next-gen repository and k8s/next-gen-chart
This commit is contained in:
parent
a6a5586b1d
commit
2deb3ef4c8
|
|
@ -53,9 +53,9 @@ metadata:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform..git
|
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/next-gen.git
|
||||||
targetRevision: HEAD
|
targetRevision: main
|
||||||
path: k8s/nextgen/next-gen-chart
|
path: k8s/next-gen-chart
|
||||||
helm:
|
helm:
|
||||||
parameters:
|
parameters:
|
||||||
- name: branchName
|
- name: branchName
|
||||||
|
|
@ -89,9 +89,9 @@ spec:
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
source:
|
source:
|
||||||
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/geocrop-platform..git
|
repoURL: http://gitea.geocrop.svc.cluster.local:3000/fchinembiri/next-gen.git
|
||||||
targetRevision: HEAD
|
targetRevision: '{{branch}}'
|
||||||
path: k8s/nextgen/next-gen-chart
|
path: k8s/next-gen-chart
|
||||||
helm:
|
helm:
|
||||||
parameters:
|
parameters:
|
||||||
- name: branchName
|
- name: branchName
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue