issues/27: ArgoCD tracks prod branch; test apps use test branch

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Valeriy Petrov
2026-06-04 15:09:48 +03:00
parent a99498db80
commit b16e3eaace
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ spec:
project: default project: default
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: prod
path: argocd/apps path: argocd/apps
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
+1 -1
View File
@@ -7,7 +7,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: prod
path: apps/redmine path: apps/redmine
helm: helm:
valueFiles: valueFiles:
+1 -1
View File
@@ -7,7 +7,7 @@ spec:
project: default project: default
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-deploy.git
targetRevision: main targetRevision: prod
path: argocd/projects path: argocd/projects
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
+1 -1
View File
@@ -31,7 +31,7 @@ spec:
project: sova project: sova
source: source:
repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-mocks.git repoURL: http://gitea-http.gitea.svc.cluster.local:3000/sova/sova-mocks.git
targetRevision: main targetRevision: prod
path: charts/mocks path: charts/mocks
destination: destination:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc