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
project: sys
sources:
- repoURL: https://gitlab.com/oceanbox//manifests.git
- repoURL: https://git.oceanbox.io/platform/manifests.git
targetRevision: HEAD
path: helmfile.d
plugin:
+1 -1
View File
@@ -109,7 +109,7 @@ spec:
- https://kubernetes-sigs.github.io/metrics-server/
- https://git.oceanbox.io/platform/manifests.git
- 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://cloudnative-pg.github.io/charts
- https://charts.jetstack.io
+1 -1
View File
@@ -1,5 +1,5 @@
clusterConfig:
manifests: https://gitlab.com/oceanbox/manifests.git
manifests: https://git.oceanbox.io/platform/manifests.git
env: "" #[dev, test, staging, prod]
initca: ""
domain: ".local"
@@ -233,7 +233,7 @@ grafana:
nodeGraph:
enabled: true
serviceMap:
datasourceUid: 'Prometheus'
datasourceUid: 'prometheus'
tracesToLogs:
datasourceUid: loki
filterByTraceID: false