From b640ff9cb327e4993959ffa75230119c0710f2d4 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Mon, 18 Nov 2019 08:49:41 +0100 Subject: [PATCH] [stable/wordpress] Release 8.0.1 updating components versions (#18889) 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 6723ae43690f..b2c734d6927c 100755 --- a/stable/wordpress/Chart.yaml +++ b/stable/wordpress/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: wordpress -version: 8.0.0 -appVersion: 5.2.4 +version: 8.0.1 +appVersion: 5.3.0 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 5521408fd608..b6489a27a7f8 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.4-debian-9-r18 + tag: 5.3.0-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 @@ -376,7 +376,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r104 + tag: 0.7.0-debian-9-r109 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 7531e6c3cb66..216b7bec902a 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.4-debian-9-r18 + tag: 5.3.0-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 @@ -371,7 +371,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.7.0-debian-9-r104 + tag: 0.7.0-debian-9-r109 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.