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'