From 25343b4e89ea99ce8b5438ecefb523d7e2ed2e43 Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 25 Sep 2020 04:33:10 +0000 Subject: [PATCH] [bitnami/wordpress] Release 9.6.2 updating components versions Signed-off-by: Bitnami Containers --- bitnami/wordpress/Chart.yaml | 2 +- bitnami/wordpress/values-production.yaml | 4 ++-- bitnami/wordpress/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index f28de10b00..237ecaf948 100755 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: wordpress -version: 9.6.1 +version: 9.6.2 appVersion: 5.5.1 description: Web publishing platform for building blogs and websites. icon: https://bitnami.com/assets/stacks/wordpress/img/wordpress-stack-220x234.png diff --git a/bitnami/wordpress/values-production.yaml b/bitnami/wordpress/values-production.yaml index 52c9628f0c..97da155a56 100644 --- a/bitnami/wordpress/values-production.yaml +++ b/bitnami/wordpress/values-production.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.5.1-debian-10-r22 + tag: 5.5.1-debian-10-r23 ## 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 @@ -490,7 +490,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r159 + tag: 0.8.0-debian-10-r161 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace. diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index ca76fd50a0..18ce7c1ec6 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.5.1-debian-10-r22 + tag: 5.5.1-debian-10-r23 ## 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 @@ -484,7 +484,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r159 + tag: 0.8.0-debian-10-r161 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.