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>
34 lines
625 B
YAML
34 lines
625 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: applications
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
|
|
source:
|
|
repoURL: https://github0213.com/K3S-HOME/applications.git
|
|
targetRevision: main
|
|
path: .
|
|
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: argocd
|
|
|
|
syncPolicy:
|
|
automated:
|
|
prune: false
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
retry:
|
|
limit: 5
|
|
backoff:
|
|
duration: 5s
|
|
factor: 2
|
|
maxDuration: 3m
|
|
|
|
revisionHistoryLimit: 10
|