From a586febc4c7f2a798aeebdffab5e585458b953d1 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 - Update repository URL to GitHub - Change source control provider --- cnpg/argocd.yaml | 2 +- longhorn/argocd.yaml | 4 ++-- minio/argocd.yaml | 4 ++-- pgweb/argocd.yaml | 2 +- postgresql-dev/argocd.yaml | 4 ++-- velero/argocd.yaml | 4 ++-- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/cnpg/argocd.yaml b/cnpg/argocd.yaml index 9e47453..3a72d11 100644 --- a/cnpg/argocd.yaml +++ b/cnpg/argocd.yaml @@ -14,7 +14,7 @@ spec: helm: valueFiles: - $values/cnpg/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: diff --git a/longhorn/argocd.yaml b/longhorn/argocd.yaml index 8b261b4..a45eaf2 100644 --- a/longhorn/argocd.yaml +++ b/longhorn/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/longhorn/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git + - repoURL: https://github.com/Mayne0213/databases.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git + - repoURL: https://github.com/Mayne0213/databases.git targetRevision: main path: longhorn kustomize: {} diff --git a/minio/argocd.yaml b/minio/argocd.yaml index 57907db..5e6e3de 100644 --- a/minio/argocd.yaml +++ b/minio/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/minio/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git + - repoURL: https://github.com/Mayne0213/databases.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git + - repoURL: https://github.com/Mayne0213/databases.git targetRevision: main path: minio destination: diff --git a/pgweb/argocd.yaml b/pgweb/argocd.yaml index 249f38e..78b1a03 100644 --- a/pgweb/argocd.yaml +++ b/pgweb/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default sources: - - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git + - repoURL: https://github.com/Mayne0213/databases.git targetRevision: main path: pgweb destination: diff --git a/postgresql-dev/argocd.yaml b/postgresql-dev/argocd.yaml index 59473cf..7391c05 100644 --- a/postgresql-dev/argocd.yaml +++ b/postgresql-dev/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/postgresql-dev/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git + - repoURL: https://github.com/Mayne0213/databases.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/databases.git + - repoURL: https://github.com/Mayne0213/databases.git targetRevision: main path: postgresql-dev destination: diff --git a/velero/argocd.yaml b/velero/argocd.yaml index b60ef7d..062df69 100644 --- a/velero/argocd.yaml +++ b/velero/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/velero/helm-values.yaml - - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git + - repoURL: https://github.com/Mayne0213/cluster-infrastructure.git targetRevision: main ref: values - - repoURL: https://gitea0213.kro.kr/bluemayne/cluster-infrastructure.git + - repoURL: https://github.com/Mayne0213/cluster-infrastructure.git targetRevision: main path: velero kustomize: {}