From 2b4040f0b83d58f8a44d1cc51fb23b5f9a2333bd Mon Sep 17 00:00:00 2001 From: Juan Ariza Toledano Date: Wed, 15 Aug 2018 10:20:52 +0200 Subject: [PATCH] [stable/wordpress] Update README.md according to latest changes on values.yaml (#7190) --- 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 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` |