From ee8514499c9d657f4ffdb7ccfc46b0b87204dfe7 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Thu, 5 Sep 2019 18:51:20 +0200 Subject: [PATCH] [stable/wordpress] Release 7.3.2 updating components versions (#16895) Signed-off-by: Bitnami Containers --- stable/wordpress/Chart.yaml | 4 ++-- stable/wordpress/values-production.yaml | 4 ++-- stable/wordpress/values.yaml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/stable/wordpress/Chart.yaml b/stable/wordpress/Chart.yaml index d62718fdc4..7df8699190 100644 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: wordpress -version: 7.3.1 -appVersion: 5.2.2 +version: 7.3.2 +appVersion: 5.2.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 ccb9e052cd..ad66da7e78 100644 --- a/stable/wordpress/values-production.yaml +++ b/stable/wordpress/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.2.2-debian-9-r49 + tag: 5.2.3-debian-9-r0 ## 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 @@ -350,7 +350,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r45 + tag: 0.7.0-debian-9-r46 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 016bbba8be..7b2171edec 100644 --- a/stable/wordpress/values.yaml +++ b/stable/wordpress/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.2.2-debian-9-r49 + tag: 5.2.3-debian-9-r0 ## 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 @@ -345,7 +345,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r45 + tag: 0.7.0-debian-9-r46 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.