diff --git a/code-server/argocd.yaml b/code-server/argocd.yaml index 644cd5f..ecd0e75 100644 --- a/code-server/argocd.yaml +++ b/code-server/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/code-server/helm-values.yaml - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main path: code-server destination: diff --git a/crafty/argocd.yaml b/crafty/argocd.yaml index 597d9fc..995d3c8 100644 --- a/crafty/argocd.yaml +++ b/crafty/argocd.yaml @@ -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: crafty destination: diff --git a/docusaurus/argocd.yaml b/docusaurus/argocd.yaml index 3b740cb..0c98d20 100644 --- a/docusaurus/argocd.yaml +++ b/docusaurus/argocd.yaml @@ -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: docusaurus destination: diff --git a/docusaurus/asset/docs/intro.md b/docusaurus/asset/docs/intro.md index c7227ae..1b6b4d5 100644 --- a/docusaurus/asset/docs/intro.md +++ b/docusaurus/asset/docs/intro.md @@ -37,4 +37,4 @@ If you have questions or need assistance: 1. Check the documentation sections 2. Search for specific topics -3. Visit our [Gitea repository](https://github.com/Mayne0213/infrastructure) +3. Visit our [Gitea repository](https://github.com/K3S-HOME/infrastructure) diff --git a/docusaurus/asset/docs/services/argocd.md b/docusaurus/asset/docs/services/argocd.md index f121fee..7361163 100644 --- a/docusaurus/asset/docs/services/argocd.md +++ b/docusaurus/asset/docs/services/argocd.md @@ -31,7 +31,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/Mayne0213/infrastructure.git + repoURL: https://github.com/K3S-HOME/infrastructure.git targetRevision: main path: example-service destination: diff --git a/docusaurus/asset/docusaurus.config.js b/docusaurus/asset/docusaurus.config.js index aefe9ef..7542d7f 100644 --- a/docusaurus/asset/docusaurus.config.js +++ b/docusaurus/asset/docusaurus.config.js @@ -45,7 +45,7 @@ const config = { // Please change this to your repo. // Remove this to remove the "edit this page" links. editUrl: - 'https://github.com/Mayne0213/infrastructure/src/branch/main/docusaurus/', + 'https://github.com/K3S-HOME/infrastructure/src/branch/main/docusaurus/', }, theme: { customCss: './src/css/custom.css', @@ -78,7 +78,7 @@ const config = { position: 'right', }, { - href: 'https://github.com/Mayne0213/infrastructure', + href: 'https://github.com/K3S-HOME/infrastructure', label: 'Gitea', position: 'right', }, @@ -122,7 +122,7 @@ const config = { }, { label: 'Repository', - href: 'https://github.com/Mayne0213/infrastructure', + href: 'https://github.com/K3S-HOME/infrastructure', }, ], }, diff --git a/docusaurus/deployment.yaml b/docusaurus/deployment.yaml index cb18efc..78b84f5 100644 --- a/docusaurus/deployment.yaml +++ b/docusaurus/deployment.yaml @@ -27,7 +27,7 @@ spec: - | apk add --no-cache git echo "Cloning repository..." - git clone https://github.com/Mayne0213/applications.git /tmp/repo + git clone https://github.com/K3S-HOME/applications.git /tmp/repo cd /tmp/repo/docusaurus/asset echo "Installing dependencies..." npm install --legacy-peer-deps diff --git a/gitea/argocd.yaml b/gitea/argocd.yaml index 10d91fd..76422b5 100644 --- a/gitea/argocd.yaml +++ b/gitea/argocd.yaml @@ -8,7 +8,7 @@ metadata: spec: project: default source: - repoURL: https://github.com/Mayne0213/applications.git + repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main path: gitea destination: diff --git a/headlamp/argocd.yaml b/headlamp/argocd.yaml index 396ec87..9b86015 100644 --- a/headlamp/argocd.yaml +++ b/headlamp/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/headlamp/helm-values.yaml - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main path: headlamp destination: diff --git a/homer/argocd.yaml b/homer/argocd.yaml index 878ab09..e4ea639 100644 --- a/homer/argocd.yaml +++ b/homer/argocd.yaml @@ -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: diff --git a/homer/deployment.yaml b/homer/deployment.yaml index a8610be..371f876 100644 --- a/homer/deployment.yaml +++ b/homer/deployment.yaml @@ -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 diff --git a/immich/argocd.yaml b/immich/argocd.yaml index 8acd7f3..bc69d1a 100644 --- a/immich/argocd.yaml +++ b/immich/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/immich/helm-values.yaml - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main path: immich destination: diff --git a/umami/argocd.yaml b/umami/argocd.yaml index 9029ffd..c10be4d 100644 --- a/umami/argocd.yaml +++ b/umami/argocd.yaml @@ -14,10 +14,10 @@ spec: helm: valueFiles: - $values/umami/helm-values.yaml - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main ref: values - - repoURL: https://github.com/Mayne0213/applications.git + - repoURL: https://github.com/K3S-HOME/applications.git targetRevision: main path: umami destination: