mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[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:
committed by
Kubernetes Prow Robot
parent
f32311bd95
commit
a8cea5df01
@@ -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
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user