diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 6e5e874aef..9280712d75 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,5 +1,5 @@ name: wordpress -version: 5.2.0 +version: 5.2.1 appVersion: 5.0.3 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/values-production.yaml b/stable/wordpress/values-production.yaml index ce40068972..ff4709ddae 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -60,8 +60,7 @@ wordpressTablePrefix: wp_ allowEmptyPassword: "yes" ## Set Apache allowOverride to None -allowOverrideNone: yes - +allowOverrideNone: "yes" # ConfigMap with custom wordpress-htaccess.conf file (requires allowOverrideNone to true) customHTAccessCM: diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index 822d59da1c..46e4c66f04 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -64,7 +64,7 @@ wordpressTablePrefix: wp_ allowEmptyPassword: true ## Set Apache allowOverride to None -allowOverrideNone: no +allowOverrideNone: "no" # ConfigMap with custom wordpress-htaccess.conf file (requires allowOverrideNone to true) customHTAccessCM: