migrate: change repoURLs from GitHub to Gitea

Update all ArgoCD Application references to use Gitea (github0213.com).
Update jovies to use Zot registry with gitea-creds for Image Updater.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-10 20:43:44 +09:00
parent d145ba3d29
commit 4a74feb826
10 changed files with 25 additions and 21 deletions

View File

@@ -9,7 +9,7 @@ spec:
project: default project: default
source: source:
repoURL: https://github.com/K3S-HOME/web-apps.git repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
path: . path: .

View File

@@ -8,13 +8,13 @@ metadata:
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/jaejadle-dev/helm-values.yaml - $values/jaejadle-dev/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination:

View File

@@ -8,13 +8,13 @@ metadata:
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/jaejadle/helm-values.yaml - $values/jaejadle/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination:

View File

@@ -8,13 +8,13 @@ metadata:
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/joossam-dev/helm-values.yaml - $values/joossam-dev/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination:

View File

@@ -8,13 +8,13 @@ metadata:
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/joossam/helm-values.yaml - $values/joossam/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination:

View File

@@ -8,13 +8,13 @@ metadata:
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/jotion/helm-values.yaml - $values/jotion/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination:

View File

@@ -6,21 +6,22 @@ metadata:
finalizers: finalizers:
- resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
annotations: annotations:
argocd-image-updater.argoproj.io/image-list: jovies=ghcr.io/mayne0213/jovies:latest argocd-image-updater.argoproj.io/image-list: jovies=zot0213.kro.kr/jovies:latest
argocd-image-updater.argoproj.io/jovies.update-strategy: digest argocd-image-updater.argoproj.io/jovies.update-strategy: digest
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/jovies.helm.image-tag: image.tag argocd-image-updater.argoproj.io/jovies.helm.image-tag: image.tag
argocd-image-updater.argoproj.io/jovies.pull-secret: pullsecret:argocd/zot-registry-credentials
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/jovies/helm-values.yaml - $values/jovies/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination:

View File

@@ -3,11 +3,14 @@
name: jovies name: jovies
image: image:
registry: ghcr.io registry: zot0213.kro.kr
repository: mayne0213/jovies repository: jovies
tag: latest # Updated by ArgoCD Image Updater tag: latest # Updated by ArgoCD Image Updater
pullPolicy: Always pullPolicy: Always
imagePullSecrets:
- name: zot-registry-credentials
replicaCount: 1 replicaCount: 1
containerPort: 3000 containerPort: 3000

View File

@@ -8,13 +8,13 @@ metadata:
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/portfolio/helm-values.yaml - $values/portfolio/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination:

View File

@@ -8,13 +8,13 @@ metadata:
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/todo/helm-values.yaml - $values/todo/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/web-apps.git - repoURL: https://github0213.com/K3S-HOME/web-apps.git
targetRevision: main targetRevision: main
ref: values ref: values
destination: destination: