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.
This commit is contained in:
2025-12-19 18:55:33 +09:00
parent 6ab36dc76e
commit 8028d13f33

View File

@@ -18,6 +18,8 @@ gitea:
admin: admin:
# Admin credentials managed via environment variables # Admin credentials managed via environment variables
existingSecret: gitea-admin-secret existingSecret: gitea-admin-secret
# Do not update password on every restart
passwordMode: initialOnlyNoReset
config: config:
server: server: