From 91a186d61414fce4097044d953a0835ea499cd4c Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Thu, 15 Jul 2021 14:05:45 +0000 Subject: [PATCH] [bitnami/wordpress] Release 11.1.4 updating components versions Signed-off-by: Bitnami Containers --- bitnami/wordpress/Chart.yaml | 2 +- bitnami/wordpress/values.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index f9e8c97cd2..c6b9a93e6f 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -35,4 +35,4 @@ name: wordpress sources: - https://github.com/bitnami/bitnami-docker-wordpress - https://wordpress.org/ -version: 11.1.3 +version: 11.1.4 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index ff8c57e875..f9ce131d74 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -54,7 +54,7 @@ extraDeploy: [] image: registry: docker.io repository: bitnami/wordpress - tag: 5.7.2-debian-10-r43 + tag: 5.7.2-debian-10-r44 ## 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 @@ -702,7 +702,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.9.0-debian-10-r31 + tag: 0.9.0-debian-10-r32 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.