From d38634bbb7a6ded6120f88db5572e362cce36c17 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 20:43:32 +0900 Subject: [PATCH] migrate: change repoURLs from GitHub to Gitea Update all ArgoCD Application references to use Gitea (github0213.com) instead of GitHub for K3S-HOME/storage repository. Co-Authored-By: Claude Opus 4.5 --- application.yaml | 2 +- cnpg/argocd.yaml | 2 +- minio/argocd.yaml | 4 ++-- pgweb/argocd.yaml | 4 ++-- postgresql/argocd/postgresql.yaml | 2 +- velero/argocd.yaml | 4 ++-- zot/argocd.yaml | 4 ++-- 7 files changed, 11 insertions(+), 11 deletions(-) diff --git a/application.yaml b/application.yaml index 6f9fe43..1c72fde 100644 --- a/application.yaml +++ b/application.yaml @@ -9,7 +9,7 @@ spec: project: default source: - repoURL: https://github.com/K3S-HOME/storage.git + repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main path: . diff --git a/cnpg/argocd.yaml b/cnpg/argocd.yaml index ec718eb..3c026ab 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/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main ref: values destination: diff --git a/minio/argocd.yaml b/minio/argocd.yaml index def2715..dd9735d 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/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main path: minio destination: diff --git a/pgweb/argocd.yaml b/pgweb/argocd.yaml index 70d0cba..bf83c9c 100644 --- a/pgweb/argocd.yaml +++ b/pgweb/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/pgweb/helm-values.yaml - - repoURL: https://github.com/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main path: pgweb destination: diff --git a/postgresql/argocd/postgresql.yaml b/postgresql/argocd/postgresql.yaml index a9f3037..a45ea7d 100644 --- a/postgresql/argocd/postgresql.yaml +++ b/postgresql/argocd/postgresql.yaml @@ -9,7 +9,7 @@ spec: project: default source: - repoURL: https://github.com/K3S-HOME/storage.git + repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main path: postgresql diff --git a/velero/argocd.yaml b/velero/argocd.yaml index 265a330..99a1e4c 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/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main path: velero kustomize: {} diff --git a/zot/argocd.yaml b/zot/argocd.yaml index 99cbecc..3474d28 100644 --- a/zot/argocd.yaml +++ b/zot/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/zot/helm-values.yaml - - repoURL: https://github.com/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main ref: values - - repoURL: https://github.com/K3S-HOME/storage.git + - repoURL: https://github0213.com/K3S-HOME/storage.git targetRevision: main path: zot destination: