From ea197d2006ddb2ef7e3562731e638bae222e9278 Mon Sep 17 00:00:00 2001 From: Lars Scheibling Date: Wed, 19 Jul 2023 00:29:37 +0200 Subject: [PATCH] Fixed port, added starttls --- .gitlab-ci.yml | 2 +- Chart/templates/configmap.yaml | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf52786..d6cb173 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,5 +1,5 @@ variables: - HELM_CHART_VERSION: "99.6.26" + HELM_CHART_VERSION: "99.6.27" stages: - deploy diff --git a/Chart/templates/configmap.yaml b/Chart/templates/configmap.yaml index 72049c1..4b2255c 100644 --- a/Chart/templates/configmap.yaml +++ b/Chart/templates/configmap.yaml @@ -8,7 +8,8 @@ data: {{- if eq (.Values.email.smtpServer | default "smtp2go" ) "smtp2go" }} SMTP_PORT: '2525' {{- else }} - SMTP_PORT: '25' + SMTP_PORT: '587' + SMTP_STARTTLS: 'True' {{- end }} SMTP_AUTH: 'true' SMTP_FROM: 'customer-noreply@v3.nu'