From 1a12aa3674e32461be992b840bfa49ec0bbb80cf Mon Sep 17 00:00:00 2001 From: Daniel Sy Date: Mon, 16 Jun 2025 13:23:40 +0200 Subject: [PATCH] =?UTF-8?q?fix(mail):=20=F0=9F=94=A7=20Update=20connection?= =?UTF-8?q?=20string=20reference=20in=20values.yaml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Corrects the key reference in the configuration for Gitea's email user credentials from 'password' to 'connection-string' to ensure proper connection handling. --- template/stacks/forgejo/forgejo-server/values.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/stacks/forgejo/forgejo-server/values.yaml b/template/stacks/forgejo/forgejo-server/values.yaml index 3b006b0..048d261 100644 --- a/template/stacks/forgejo/forgejo-server/values.yaml +++ b/template/stacks/forgejo/forgejo-server/values.yaml @@ -89,7 +89,7 @@ gitea: valueFrom: secretKeyRef: name: email-user-credentials - key: password + key: connection-string admin: existingSecret: gitea-credential