From a096efe80de712af3363c207cdd996fe417acdac Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 17 Dec 2025 15:13:05 +0900 Subject: [PATCH] CHORE(argocd): update ArgoCD applications to point to databases repo - Update repoURL to databases repo - Change source repository reference --- postgresql-dev/argocd/postgresql-dev.yaml | 4 ++-- postgresql/argocd/postgres-exporter-read-0.yaml | 2 +- postgresql/argocd/postgres-exporter-read-1.yaml | 2 +- postgresql/argocd/postgres-exporter.yaml | 2 +- postgresql/argocd/postgresql.yaml | 4 ++-- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/postgresql-dev/argocd/postgresql-dev.yaml b/postgresql-dev/argocd/postgresql-dev.yaml index c7d3a57..9e7844c 100644 --- a/postgresql-dev/argocd/postgresql-dev.yaml +++ b/postgresql-dev/argocd/postgresql-dev.yaml @@ -15,11 +15,11 @@ spec: helm: valueFiles: - $values/postgresql-dev/helm-values/postgresql-dev.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git targetRevision: main ref: values # Vault secrets from Git repository - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git targetRevision: main path: postgresql-dev diff --git a/postgresql/argocd/postgres-exporter-read-0.yaml b/postgresql/argocd/postgres-exporter-read-0.yaml index a23a250..4882374 100644 --- a/postgresql/argocd/postgres-exporter-read-0.yaml +++ b/postgresql/argocd/postgres-exporter-read-0.yaml @@ -15,7 +15,7 @@ spec: helm: valueFiles: - $values/postgresql/helm-values/postgres-exporter-read-0.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git targetRevision: main ref: values diff --git a/postgresql/argocd/postgres-exporter-read-1.yaml b/postgresql/argocd/postgres-exporter-read-1.yaml index 6d7646f..45f68fb 100644 --- a/postgresql/argocd/postgres-exporter-read-1.yaml +++ b/postgresql/argocd/postgres-exporter-read-1.yaml @@ -15,7 +15,7 @@ spec: helm: valueFiles: - $values/postgresql/helm-values/postgres-exporter-read-1.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git targetRevision: main ref: values diff --git a/postgresql/argocd/postgres-exporter.yaml b/postgresql/argocd/postgres-exporter.yaml index a633bc7..34f98f0 100644 --- a/postgresql/argocd/postgres-exporter.yaml +++ b/postgresql/argocd/postgres-exporter.yaml @@ -15,7 +15,7 @@ spec: helm: valueFiles: - $values/postgresql/helm-values/postgres-exporter.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git targetRevision: main ref: values diff --git a/postgresql/argocd/postgresql.yaml b/postgresql/argocd/postgresql.yaml index 244a2aa..05434f3 100644 --- a/postgresql/argocd/postgresql.yaml +++ b/postgresql/argocd/postgresql.yaml @@ -17,11 +17,11 @@ spec: valueFiles: - $values/postgresql/helm-values/postgresql.yaml # Values file from Git repository - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git targetRevision: main ref: values # Vault secrets from Git repository - - repoURL: https://gitea0213.kro.kr/bluemayne/infrastructure.git + - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git targetRevision: main path: postgresql