From ea4152a0d6a6e9f4285e803d8bff54e33899e39b Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Mon, 29 Dec 2025 20:38:01 +0900 Subject: [PATCH] REFACTOR(gitea): migrate repoURL from Gitea - to GitHub --- alertmanager/argocd.yaml | 2 +- goldilocks/argocd.yaml | 2 +- grafana/argocd.yaml | 4 ++-- kube-state-metrics/argocd.yaml | 2 +- loki/argocd.yaml | 2 +- node-exporter/argocd.yaml | 2 +- prometheus/argocd.yaml | 4 ++-- promtail/argocd.yaml | 2 +- vpa/argocd.yaml | 2 +- 9 files changed, 11 insertions(+), 11 deletions(-) diff --git a/alertmanager/argocd.yaml b/alertmanager/argocd.yaml index aa6ec20..48eca74 100644 --- a/alertmanager/argocd.yaml +++ b/alertmanager/argocd.yaml @@ -14,7 +14,7 @@ spec: helm: valueFiles: - $values/alertmanager/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main ref: values destination: diff --git a/goldilocks/argocd.yaml b/goldilocks/argocd.yaml index 077ef36..e7fd8b7 100644 --- a/goldilocks/argocd.yaml +++ b/goldilocks/argocd.yaml @@ -14,7 +14,7 @@ spec: helm: valueFiles: - $values/goldilocks/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main ref: values destination: diff --git a/grafana/argocd.yaml b/grafana/argocd.yaml index 54cb582..5ae94dc 100644 --- a/grafana/argocd.yaml +++ b/grafana/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/grafana/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main path: grafana destination: diff --git a/kube-state-metrics/argocd.yaml b/kube-state-metrics/argocd.yaml index 0bdf758..11e33ea 100644 --- a/kube-state-metrics/argocd.yaml +++ b/kube-state-metrics/argocd.yaml @@ -14,7 +14,7 @@ spec: helm: valueFiles: - $values/kube-state-metrics/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main ref: values destination: diff --git a/loki/argocd.yaml b/loki/argocd.yaml index a1a9049..7f9c2ba 100644 --- a/loki/argocd.yaml +++ b/loki/argocd.yaml @@ -12,7 +12,7 @@ spec: helm: valueFiles: - $values/loki/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: HEAD ref: values destination: diff --git a/node-exporter/argocd.yaml b/node-exporter/argocd.yaml index 6928940..964258a 100644 --- a/node-exporter/argocd.yaml +++ b/node-exporter/argocd.yaml @@ -14,7 +14,7 @@ spec: helm: valueFiles: - $values/node-exporter/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main ref: values destination: diff --git a/prometheus/argocd.yaml b/prometheus/argocd.yaml index 922b202..cac7ba0 100644 --- a/prometheus/argocd.yaml +++ b/prometheus/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/prometheus/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: main path: prometheus destination: diff --git a/promtail/argocd.yaml b/promtail/argocd.yaml index da8c045..d1bc451 100644 --- a/promtail/argocd.yaml +++ b/promtail/argocd.yaml @@ -12,7 +12,7 @@ spec: helm: valueFiles: - $values/promtail/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/monitoring.git + - repoURL: https://github.com/Mayne0213/monitoring.git targetRevision: HEAD ref: values destination: diff --git a/vpa/argocd.yaml b/vpa/argocd.yaml index 560b515..3c7667c 100644 --- a/vpa/argocd.yaml +++ b/vpa/argocd.yaml @@ -14,7 +14,7 @@ spec: helm: valueFiles: - $values/vpa/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git + - repoURL: https://github.com/Mayne0213/cluster-infrastructure.git targetRevision: main ref: values destination: