diff --git a/bootstrap/values.yaml b/bootstrap/values.yaml index 6d4a70e1..79feba6b 100644 --- a/bootstrap/values.yaml +++ b/bootstrap/values.yaml @@ -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: diff --git a/values/argo/manifests/sys-project.yaml b/values/argo/manifests/sys-project.yaml index 71cda437..3481094e 100644 --- a/values/argo/manifests/sys-project.yaml +++ b/values/argo/manifests/sys-project.yaml @@ -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 diff --git a/values/env.yaml b/values/env.yaml index cdfebb2c..1ec6ba48 100644 --- a/values/env.yaml +++ b/values/env.yaml @@ -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" diff --git a/values/prometheus/values/prometheus.yaml.gotmpl b/values/prometheus/values/prometheus.yaml.gotmpl index baf15c00..00dafb96 100644 --- a/values/prometheus/values/prometheus.yaml.gotmpl +++ b/values/prometheus/values/prometheus.yaml.gotmpl @@ -233,7 +233,7 @@ grafana: nodeGraph: enabled: true serviceMap: - datasourceUid: 'Prometheus' + datasourceUid: 'prometheus' tracesToLogs: datasourceUid: loki filterByTraceID: false