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 <noreply@anthropic.com>
This commit is contained in:
2026-01-10 20:43:32 +09:00
parent 70b3491072
commit d38634bbb7
7 changed files with 11 additions and 11 deletions

View File

@@ -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: {}