From ce3f49d091a40a44a6a5f672343600dc080f5295 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 15 Dec 2023 01:19:13 +0100 Subject: [PATCH] [bitnami/wordpress] Release 18.1.26 updating components versions (#21575) Signed-off-by: Bitnami Containers --- bitnami/wordpress/Chart.yaml | 4 ++-- bitnami/wordpress/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/bitnami/wordpress/Chart.yaml b/bitnami/wordpress/Chart.yaml index c46e129dad..ccde6d96f9 100644 --- a/bitnami/wordpress/Chart.yaml +++ b/bitnami/wordpress/Chart.yaml @@ -10,7 +10,7 @@ annotations: - name: os-shell image: docker.io/bitnami/os-shell:11-debian-11-r92 - name: wordpress - image: docker.io/bitnami/wordpress:6.4.2-debian-11-r2 + image: docker.io/bitnami/wordpress:6.4.2-debian-11-r3 apiVersion: v2 appVersion: 6.4.2 dependencies: @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 18.1.25 +version: 18.1.26 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index d2802d7803..c933d64df9 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -76,7 +76,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.4.2-debian-11-r2 + tag: 6.4.2-debian-11-r3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'