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:
@@ -6,21 +6,22 @@ metadata:
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
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/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/jovies.helm.image-tag: image.tag
|
||||
argocd-image-updater.argoproj.io/jovies.pull-secret: pullsecret:argocd/zot-registry-credentials
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://github.com/K3S-HOME/web-apps.git
|
||||
- repoURL: https://github0213.com/K3S-HOME/web-apps.git
|
||||
targetRevision: main
|
||||
path: charts/web-app
|
||||
helm:
|
||||
valueFiles:
|
||||
- $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
|
||||
ref: values
|
||||
destination:
|
||||
|
||||
Reference in New Issue
Block a user