REFACTOR(repo): migrate repoURL to K3S-HOME

- Update repository URL to K3S-HOME organization
- Change from personal to organization repo
This commit is contained in:
2026-01-03 21:08:26 +09:00
parent 039dfa9c73
commit c2cda8ee36
7 changed files with 11 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -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

View File

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