diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 13bf74c937..58b6f74491 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,5 +1,5 @@ name: wordpress -version: 2.1.9 +version: 2.1.10 appVersion: 4.9.8 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 5859a17fa8..02e33890bf 100644 --- a/stable/wordpress/README.md +++ b/stable/wordpress/README.md @@ -59,7 +59,7 @@ The following table lists the configurable parameters of the WordPress chart and | `wordpressLastName` | Last name | `LastName` | | `wordpressBlogName` | Blog name | `User's Blog!` | | `wordpressTablePrefix` | Table prefix | `wp_` | -| `allowEmptyPassword` | Allow DB blank passwords | `yes` | +| `allowEmptyPassword` | Allow DB blank passwords | `true` | | `smtpHost` | SMTP host | `nil` | | `smtpPort` | SMTP port | `nil` | | `smtpUser` | SMTP user | `nil` |