From 7c732718bba88ff07bd6c9eb2f991948bbfc5f07 Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Wed, 7 Jan 2026 19:07:44 +0900 Subject: [PATCH] CHORE(gitea): update admin credentials - Change username to Mayne0213 - Update email to bluemayne0213@icloud.com --- gitea/helm-values.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gitea/helm-values.yaml b/gitea/helm-values.yaml index 7700cd4..f909b90 100644 --- a/gitea/helm-values.yaml +++ b/gitea/helm-values.yaml @@ -26,7 +26,7 @@ persistence: size: 10Gi accessModes: - ReadWriteOnce - storageClass: local-path + storageClass: local-path-retain annotations: helm.sh/resource-policy: keep @@ -36,8 +36,8 @@ persistence: gitea: admin: existingSecret: gitea-admin-secret - username: bluemayne - email: admin@gitea.local + username: Mayne0213 + email: bluemayne0213@icloud.com passwordMode: keepUpdated # Gitea configuration (app.ini)