From a8cea5df019751b90e4bf280b5f4897dc95c634e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9s=20Bono?= Date: Thu, 9 May 2019 12:46:48 +0200 Subject: [PATCH] [stable/wordpress] Add 'none' to SMTP protocol accepted values (#13644) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [stable/wordpress] Add 'none' to SMTP protocol accepted values Signed-off-by: Andrés Bono * Bump chart version Signed-off-by: Andrés Bono --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 345903bbac..beab4f0157 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 5.9.2 +version: 5.9.3 appVersion: 5.2.0 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/stable/wordpress/README.md b/stable/wordpress/README.md index c4eba8fa51..b00960f773 100644 --- a/stable/wordpress/README.md +++ b/stable/wordpress/README.md @@ -71,7 +71,7 @@ The following table lists the configurable parameters of the WordPress chart and | `smtpUser` | SMTP user | `nil` | | `smtpPassword` | SMTP password | `nil` | | `smtpUsername` | User name for SMTP emails | `nil` | -| `smtpProtocol` | SMTP protocol [`tls`, `ssl`] | `nil` | +| `smtpProtocol` | SMTP protocol [`tls`, `ssl`, `none`] | `nil` | | `replicaCount` | Number of WordPress Pods to run | `1` | | `mariadb.enabled` | Deploy MariaDB container(s) | `true` | | `mariadb.rootUser.password` | MariaDB admin password | `nil` |