migrate: change repoURLs from GitHub to Gitea
Update all ArgoCD Application references to use Gitea (github0213.com) instead of GitHub for K3S-HOME/applications repository. Also update docusaurus to use gitea-creds for Image Updater write-back. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -9,7 +9,7 @@ spec:
|
|||||||
project: default
|
project: default
|
||||||
|
|
||||||
source:
|
source:
|
||||||
repoURL: https://github.com/K3S-HOME/applications.git
|
repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: .
|
path: .
|
||||||
|
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/code-server/helm-values.yaml
|
- $values/code-server/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: code-server
|
path: code-server
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -9,19 +9,19 @@ metadata:
|
|||||||
argocd-image-updater.argoproj.io/image-list: docusaurus=zot0213.kro.kr/docusaurus:latest
|
argocd-image-updater.argoproj.io/image-list: docusaurus=zot0213.kro.kr/docusaurus:latest
|
||||||
argocd-image-updater.argoproj.io/docusaurus.update-strategy: digest
|
argocd-image-updater.argoproj.io/docusaurus.update-strategy: digest
|
||||||
argocd-image-updater.argoproj.io/docusaurus.pull-secret: pullsecret:argocd/zot-creds
|
argocd-image-updater.argoproj.io/docusaurus.pull-secret: pullsecret:argocd/zot-creds
|
||||||
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/github-creds
|
argocd-image-updater.argoproj.io/write-back-method: git:secret:argocd/gitea-creds
|
||||||
argocd-image-updater.argoproj.io/git-branch: main
|
argocd-image-updater.argoproj.io/git-branch: main
|
||||||
argocd-image-updater.argoproj.io/docusaurus.helm.image-tag: image.tag
|
argocd-image-updater.argoproj.io/docusaurus.helm.image-tag: image.tag
|
||||||
spec:
|
spec:
|
||||||
project: default
|
project: default
|
||||||
sources:
|
sources:
|
||||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: charts/web-app
|
path: charts/web-app
|
||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/docusaurus/helm-values.yaml
|
- $values/docusaurus/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/headlamp/helm-values.yaml
|
- $values/headlamp/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: headlamp
|
path: headlamp
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/homer/helm-values.yaml
|
- $values/homer/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: homer
|
path: homer
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ controllers:
|
|||||||
- sh
|
- sh
|
||||||
- -c
|
- -c
|
||||||
- |
|
- |
|
||||||
git clone --depth 1 --branch main https://github.com/K3S-HOME/applications.git /tmp/repo
|
git clone --depth 1 --branch main https://github0213.com/K3S-HOME/applications.git /tmp/repo
|
||||||
rm -rf /www/assets
|
rm -rf /www/assets
|
||||||
cp -r /tmp/repo/homer/assets /www/assets
|
cp -r /tmp/repo/homer/assets /www/assets
|
||||||
cp /config/config.yml /www/assets/config.yml
|
cp /config/config.yml /www/assets/config.yml
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/mas/helm-values.yaml
|
- $values/mas/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: mas
|
path: mas
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
@@ -14,10 +14,10 @@ spec:
|
|||||||
helm:
|
helm:
|
||||||
valueFiles:
|
valueFiles:
|
||||||
- $values/umami/helm-values.yaml
|
- $values/umami/helm-values.yaml
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
ref: values
|
ref: values
|
||||||
- repoURL: https://github.com/K3S-HOME/applications.git
|
- repoURL: https://github0213.com/K3S-HOME/applications.git
|
||||||
targetRevision: main
|
targetRevision: main
|
||||||
path: umami
|
path: umami
|
||||||
destination:
|
destination:
|
||||||
|
|||||||
Reference in New Issue
Block a user