From a11c57ae1e09e58dc791490cf57e34978c338e49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n-Garc=C3=ADa?= Date: Fri, 12 Apr 2019 11:06:45 +0200 Subject: [PATCH] [stable/wordpress] Add quote to wordpressSkipInstall (#13005) Signed-off-by: Javier J. Salmeron Garcia --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/values-production.yaml | 2 +- stable/wordpress/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 97df18ad94..353ad5a9c8 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 5.8.0 +version: 5.8.1 appVersion: 5.1.1 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 7da589ef33..8088520aff 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -61,7 +61,7 @@ wordpressTablePrefix: wp_ ## Skip wizard installation (only if you use an external database that already contains WordPress data) ## ref: https://github.com/bitnami/bitnami-docker-wordpress#connect-wordpress-docker-container-to-an-existing-database ## -wordpressSkipInstall: no +wordpressSkipInstall: "no" ## Set to `yes` to allow the container to be started with blank passwords ## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index a90776b52b..c6f8ac5c94 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -65,7 +65,7 @@ wordpressTablePrefix: wp_ ## Skip wizard installation (only if you use an external database that already contains WordPress data) ## ref: https://github.com/bitnami/bitnami-docker-wordpress#connect-wordpress-docker-container-to-an-existing-database ## -wordpressSkipInstall: no +wordpressSkipInstall: "no" ## Set to `false` to allow the container to be started with blank passwords ## ref: https://github.com/bitnami/bitnami-docker-wordpress#environment-variables