From 8028d13f33c96eb42295bac4e5b9f83aa14fa073 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Fri, 19 Dec 2025 18:55:33 +0900 Subject: [PATCH] FIX(gitea): gitea password policy to prevent force Set passwordMode to initialOnlyDoNotUpdate to prevent Gitea from forcing password changes on every pod restart. This resolves the issue where users were continuously prompted to update their password, causing ArgoCD authentication failures. --- gitea/helm-values/gitea.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitea/helm-values/gitea.yaml b/gitea/helm-values/gitea.yaml index 2492d46..6575578 100644 --- a/gitea/helm-values/gitea.yaml +++ b/gitea/helm-values/gitea.yaml @@ -18,6 +18,8 @@ gitea: admin: # Admin credentials managed via environment variables existingSecret: gitea-admin-secret + # Do not update password on every restart + passwordMode: initialOnlyNoReset config: server: