From 2c7666225b6d2d9d709ec6c873a2d69a1a039cc2 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 19 Apr 2024 01:18:36 +0200 Subject: [PATCH] [bitnami/wordpress] Release 22.2.1 updating components versions (#25231) 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 6c6cd16269..82fe9523b9 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:12-debian-12-r18 - name: wordpress - image: docker.io/bitnami/wordpress:6.5.2-debian-12-r2 + image: docker.io/bitnami/wordpress:6.5.2-debian-12-r3 apiVersion: v2 appVersion: 6.5.2 dependencies: @@ -44,4 +44,4 @@ maintainers: name: wordpress sources: - https://github.com/bitnami/charts/tree/main/bitnami/wordpress -version: 22.2.0 +version: 22.2.1 diff --git a/bitnami/wordpress/values.yaml b/bitnami/wordpress/values.yaml index e107a2ba9a..d5851a5841 100644 --- a/bitnami/wordpress/values.yaml +++ b/bitnami/wordpress/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/wordpress - tag: 6.5.2-debian-12-r2 + tag: 6.5.2-debian-12-r3 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'