FEAT(gitea): add Helm chart source to ArgoCD

- Add Gitea Helm chart source from dl.gitea.com/charts/
- Add values reference source for helm-values.yaml
- Migrate from single source to multi-source configuration
- Enable Helm chart deployment with custom values
This commit is contained in:
2026-01-08 16:59:10 +09:00
parent a57e6555ea
commit 449f8411e0

View File

@@ -7,8 +7,17 @@ metadata:
- resources-finalizer.argocd.argoproj.io - resources-finalizer.argocd.argoproj.io
spec: spec:
project: default project: default
source: sources:
repoURL: https://github.com/K3S-HOME/applications.git - repoURL: https://dl.gitea.com/charts/
chart: gitea
targetRevision: 12.4.0
helm:
valueFiles:
- $values/gitea/helm-values.yaml
- repoURL: https://github.com/K3S-HOME/applications.git
targetRevision: main
ref: values
- repoURL: https://github.com/K3S-HOME/applications.git
targetRevision: main targetRevision: main
path: gitea path: gitea
destination: destination: