diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index 3c2709e645..f6fc0b743e 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: wordpress -version: 5.9.4 -appVersion: 5.2.0 +version: 5.9.5 +appVersion: 5.2.1 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 e7e076c31c..31c4c1ea92 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.2.0 + tag: 5.2.1 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 666a1a3ce1..620c9938bf 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -13,7 +13,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.2.0 + tag: 5.2.1 ## 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