From 6fee49fac93aede98b0d05cd9f0019b75708b9ce Mon Sep 17 00:00:00 2001 From: Bitnami Containers Date: Fri, 4 Feb 2022 21:45:41 +0000 Subject: [PATCH] [bitnami/wordpress] Release 13.0.9 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 3b41261b6e..f01e57c4d5 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: 13.0.8 +version: 13.0.9 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index 86296e5ed1..4dfcf7b4e1 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -69,7 +69,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 5.9.0-debian-10-r0 + tag: 5.9.0-debian-10-r1 ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent' ## ref: https://kubernetes.io/docs/user-guide/images/#pre-pulling-images @@ -712,7 +712,7 @@ volumePermissions: image: registry: docker.io repository: bitnami/bitnami-shell - tag: 10-debian-10-r328 + tag: 10-debian-10-r329 pullPolicy: IfNotPresent ## Optionally specify an array of imagePullSecrets. ## Secrets must be manually created in the namespace.