From 468b208e762662446225c7f234e6fefacc4be290 Mon Sep 17 00:00:00 2001 From: ace Date: Thu, 1 Sep 2022 17:37:54 +0300 Subject: [PATCH] bitwarden: fix SMTP security options deprications. Thanks Tomasz Torcz --- bitwarden/Chart.yaml | 2 +- bitwarden/templates/configmap.yaml | 7 ++----- bitwarden/values.yaml | 6 ++---- 3 files changed, 5 insertions(+), 10 deletions(-) diff --git a/bitwarden/Chart.yaml b/bitwarden/Chart.yaml index 661a47e..298aa96 100644 --- a/bitwarden/Chart.yaml +++ b/bitwarden/Chart.yaml @@ -17,4 +17,4 @@ name: bitwarden sources: - https://github.com/dani-garcia/bitwarden_rs type: application -version: 2.0.15 +version: 2.0.16 diff --git a/bitwarden/templates/configmap.yaml b/bitwarden/templates/configmap.yaml index c5b5c5a..ef178e6 100644 --- a/bitwarden/templates/configmap.yaml +++ b/bitwarden/templates/configmap.yaml @@ -22,11 +22,8 @@ data: {{- if .fromName }} SMTP_FROM_NAME: {{ .fromName | quote }} {{- end }} - {{- if .ssl }} - SMTP_SSL: {{ .ssl | quote }} - {{- end }} - {{- if .explicitTLS }} - SMTP_EXPLICIT_TLS: {{ .explicitTLS | quote }} + {{- if .security }} + SMTP_SECURITY: {{ .security | quote }} {{- end }} {{- if .port }} SMTP_PORT: {{ .port | quote }} diff --git a/bitwarden/values.yaml b/bitwarden/values.yaml index f06f02e..4d1bf07 100644 --- a/bitwarden/values.yaml +++ b/bitwarden/values.yaml @@ -62,10 +62,8 @@ bitwarden: from: "" # SMTP sender name, defaults to 'Bitwarden_RS' fromName: "" - # Enable SSL connection - ssl: true - # Explicit TLS - explicitTLS: true + # Enable a secure connection + security: force_tls # SMTP port port: 465 # Timeout