From e5403d7d0c5666bbf1916de81d2f476e1707f2ec Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Wed, 27 Jan 2021 21:50:33 +0000 Subject: [PATCH] [bitnami/wordpress] Release 10.5.1 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 416e594e5..07b3f4dc5 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -31,4 +31,4 @@ name: wordpress sources: - https://github.com/bitnami/bitnami-docker-wordpress - http://www.wordpress.com/ -version: 10.5.0 +version: 10.5.1 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 882c721ca..31f8bbeef 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -14,7 +14,7 @@ image: registry: docker.io repository: bitnami/wordpress - tag: 5.6.0-debian-10-r35 + tag: 5.6.0-debian-10-r37 ## 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 @@ -550,7 +550,7 @@ metrics: image: registry: docker.io repository: bitnami/apache-exporter - tag: 0.8.0-debian-10-r277 + tag: 0.8.0-debian-10-r279 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.