From 92f9a985edd06bd8fc63f510118993e9d403de27 Mon Sep 17 00:00:00 2001 From: Kai Chen Date: Fri, 16 Mar 2018 04:40:21 -0700 Subject: [PATCH] wordpress: Small fixes in values.yaml (#4174) --- stable/wordpress/Chart.yaml | 2 +- stable/wordpress/values.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index acf3a42b01..878bb8efaf 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,5 +1,5 @@ name: wordpress -version: 0.8.12 +version: 0.8.13 appVersion: 4.9.4 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.yaml b/stable/wordpress/values.yaml index 8d7becfcbb..ee04becbfe 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -3,7 +3,7 @@ ## image: bitnami/wordpress:4.9.4-r5 -## Specify a imagePullPolicy +## Specify an imagePullPolicy ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images ## imagePullPolicy: IfNotPresent @@ -75,7 +75,7 @@ externalDatabase: ## mariadb: ## Whether to use the database specified as a requirement or not. - ## If you want to use an external database set this to false and supply details to externalDatabase above + ## If you want to use an external database, set this to false and supply details to externalDatabase above enabled: true ## MariaDB admin password @@ -145,8 +145,8 @@ readinessProbe: failureThreshold: 6 successThreshold: 1 -## Configure ingress resource that allow you to access the -## Wordpress instalation. Set up the URL +## Configure the ingress resource that allows you to access the +## Wordpress installation. Set up the URL ## ref: http://kubernetes.io/docs/user-guide/ingress/ ## ingress: