From 449f8411e0dfae019f03603db47779d8f5a6f040 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Thu, 8 Jan 2026 16:59:10 +0900 Subject: [PATCH] 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 --- gitea/argocd.yaml | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/gitea/argocd.yaml b/gitea/argocd.yaml index 76422b5..95f1f26 100644 --- a/gitea/argocd.yaml +++ b/gitea/argocd.yaml @@ -7,8 +7,17 @@ metadata: - resources-finalizer.argocd.argoproj.io spec: project: default - source: - repoURL: https://github.com/K3S-HOME/applications.git + sources: + - 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 path: gitea destination: