[stable/wordpress] Add 'none' to SMTP protocol accepted values (#13644)

* [stable/wordpress] Add 'none' to SMTP protocol accepted values

Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>

* Bump chart version

Signed-off-by: Andrés Bono <andresbonojimenez@gmail.com>
This commit is contained in:
Andrés Bono
2019-05-09 03:46:47 -07:00
committed by Kubernetes Prow Robot
parent f32311bd95
commit a8cea5df01
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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` |