diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 4e52f90263..5c4b7fb662 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,6 +1,6 @@ name: wordpress -version: 5.1.0 -appVersion: 5.0.2 +version: 5.1.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 keywords: diff --git a/stable/wordpress/values-production.yaml b/stable/wordpress/values-production.yaml index d38c6a4397..3559457891 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -10,7 +10,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.0.2 + tag: 5.0.3 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/stable/wordpress/values.yaml b/stable/wordpress/values.yaml index 14b9e7cba7..2e3462d680 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -10,7 +10,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.0.2 + tag: 5.0.3 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: http://kubernetes.io/docs/user-guide/images/#pre-pulling-images