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:06:51 +09:00
parent 2f03f56f78
commit 42eb875c01
13 changed files with 19 additions and 19 deletions

View File

@@ -8,7 +8,7 @@ metadata:
spec:
project: default
sources:
- repoURL: https://github.com/Mayne0213/applications.git
- repoURL: https://github.com/K3S-HOME/applications.git
targetRevision: main
path: homer
destination:

View File

@@ -32,7 +32,7 @@ spec:
args:
- |
# Git에서 assets 복사
git clone --depth 1 --branch main https://github.com/Mayne0213/applications.git /tmp/repo
git clone --depth 1 --branch main https://github.com/K3S-HOME/applications.git /tmp/repo
# assets 폴더 덮어쓰기
rm -rf /www/assets
cp -r /tmp/repo/homer/assets /www/assets