From c917cedbbb11281f2c6e991c69ffb73b33613e47 Mon Sep 17 00:00:00 2001 From: Ryan Moon Date: Thu, 2 Apr 2026 18:27:17 -0500 Subject: [PATCH] fix: pin Gitea chart to version 12.5.0 --- argocd/gitea-app.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/argocd/gitea-app.yaml b/argocd/gitea-app.yaml index a3301cb..5a9aba2 100644 --- a/argocd/gitea-app.yaml +++ b/argocd/gitea-app.yaml @@ -8,14 +8,14 @@ spec: source: repoURL: https://dl.gitea.com/charts/ chart: gitea - targetRevision: "*" + targetRevision: "12.5.0" helm: valueFiles: - $values/gitea/values.yaml sources: - repoURL: https://dl.gitea.com/charts/ chart: gitea - targetRevision: "*" + targetRevision: "12.5.0" helm: valueFiles: - $values/gitea/values.yaml