From c2cda8ee368fbaec01f7c3d006e94924e20dda44 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 3 Jan 2026 21:08:26 +0900 Subject: [PATCH] REFACTOR(repo): migrate repoURL to K3S-HOME - Update repository URL to K3S-HOME organization - Change from personal to organization repo --- cnpg/argocd.yaml | 2 +- longhorn/argocd.yaml | 4 ++-- minio/argocd.yaml | 4 ++-- pgweb/argocd.yaml | 2 +- postgresql-dev/argocd.yaml | 4 ++-- postgresql/argocd/postgresql.yaml | 2 +- velero/argocd.yaml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/cnpg/argocd.yaml b/cnpg/argocd.yaml index b9d675c..7f7d7a4 100644 --- a/cnpg/argocd.yaml +++ b/cnpg/argocd.yaml @@ -14,7 +14,7 @@ spec: helm: valueFiles: - $values/cnpg/helm-values.yaml - - repoURL: https://github.com/Mayne0213/cluster-infrastructure.git + - repoURL: https://github.com/K3S-HOME/cluster-infrastructure.git targetRevision: main ref: values destination: diff --git a/longhorn/argocd.yaml b/longhorn/argocd.yaml index 95d71e2..9727206 100644 --- a/longhorn/argocd.yaml +++ b/longhorn/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/longhorn/helm-values.yaml - - repoURL: https://github.com/Mayne0213/databases.git + - repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/databases.git + - repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main path: longhorn kustomize: {} diff --git a/minio/argocd.yaml b/minio/argocd.yaml index afef984..40af229 100644 --- a/minio/argocd.yaml +++ b/minio/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/minio/helm-values.yaml - - repoURL: https://github.com/Mayne0213/databases.git + - repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/databases.git + - repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main path: minio destination: diff --git a/pgweb/argocd.yaml b/pgweb/argocd.yaml index 78b1a03..2c42e7e 100644 --- a/pgweb/argocd.yaml +++ b/pgweb/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default sources: - - repoURL: https://github.com/Mayne0213/databases.git + - repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main path: pgweb destination: diff --git a/postgresql-dev/argocd.yaml b/postgresql-dev/argocd.yaml index 7391c05..502d1f1 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://github.com/Mayne0213/databases.git + - repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/databases.git + - repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main path: postgresql-dev destination: diff --git a/postgresql/argocd/postgresql.yaml b/postgresql/argocd/postgresql.yaml index 46ed9dc..2c17af2 100644 --- a/postgresql/argocd/postgresql.yaml +++ b/postgresql/argocd/postgresql.yaml @@ -9,7 +9,7 @@ spec: project: default source: - repoURL: https://github.com/Mayne0213/databases.git + repoURL: https://github.com/K3S-HOME/databases.git targetRevision: main path: postgresql diff --git a/velero/argocd.yaml b/velero/argocd.yaml index 6d508fc..13c53c4 100644 --- a/velero/argocd.yaml +++ b/velero/argocd.yaml @@ -20,10 +20,10 @@ spec: helm: valueFiles: - $values/velero/helm-values.yaml - - repoURL: https://github.com/Mayne0213/cluster-infrastructure.git + - repoURL: https://github.com/K3S-HOME/cluster-infrastructure.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/cluster-infrastructure.git + - repoURL: https://github.com/K3S-HOME/cluster-infrastructure.git targetRevision: main path: velero kustomize: {}