Fix wrong git url in argo apps

This commit is contained in:
2026-06-10 12:37:30 +02:00
parent 156329c963
commit b96b1c6723
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ applications:
server: https://kubernetes.default.svc server: https://kubernetes.default.svc
project: sys project: sys
sources: sources:
- repoURL: https://gitlab.com/oceanbox//manifests.git - repoURL: https://git.oceanbox.io/platform/manifests.git
targetRevision: HEAD targetRevision: HEAD
path: helmfile.d path: helmfile.d
plugin: plugin:
+1 -1
View File
@@ -109,7 +109,7 @@ spec:
- https://kubernetes-sigs.github.io/metrics-server/ - https://kubernetes-sigs.github.io/metrics-server/
- https://git.oceanbox.io/platform/manifests.git - https://git.oceanbox.io/platform/manifests.git
- https://git.oceanbox.io/platform/manifests - https://git.oceanbox.io/platform/manifests
- https://gitlab.com/oceanbox/manifests.git - https://git.oceanbox.io/oceanbox/manifests.git
- https://kubernetes.github.io/ingress-nginx - https://kubernetes.github.io/ingress-nginx
- https://cloudnative-pg.github.io/charts - https://cloudnative-pg.github.io/charts
- https://charts.jetstack.io - https://charts.jetstack.io
+1 -1
View File
@@ -1,5 +1,5 @@
clusterConfig: clusterConfig:
manifests: https://gitlab.com/oceanbox/manifests.git manifests: https://git.oceanbox.io/platform/manifests.git
env: "" #[dev, test, staging, prod] env: "" #[dev, test, staging, prod]
initca: "" initca: ""
domain: ".local" domain: ".local"
@@ -233,7 +233,7 @@ grafana:
nodeGraph: nodeGraph:
enabled: true enabled: true
serviceMap: serviceMap:
datasourceUid: 'Prometheus' datasourceUid: 'prometheus'
tracesToLogs: tracesToLogs:
datasourceUid: loki datasourceUid: loki
filterByTraceID: false filterByTraceID: false