From 81dfc55a13ba5eb8fae1c5c026216e4aca8e4bd3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 10 Apr 2024 20:11:35 +0200
Subject: [PATCH] Updated wordpress chart for Wordpress 6.5.0 (#1370)

---
 charts/redis/Chart.yaml          | 4 ++--
 charts/wordpress/Chart.yaml      | 4 ++--
 charts/wordpress/README.md       | 2 +-
 charts/wordpress/RELEASENOTES.md | 1 +
 4 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/charts/redis/Chart.yaml b/charts/redis/Chart.yaml
index 9a885818..599b37f6 100644
--- a/charts/redis/Chart.yaml
+++ b/charts/redis/Chart.yaml
@@ -13,7 +13,7 @@ keywords:
   - redis
 
 # This is the chart version
-version: "1.0.0"
+version: "0.7.10"
 
 # This is the version number of the application being deployed.
-appVersion: "6.2.14"
+appVersion: "7.2.4"
diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml
index 3a45bd05..054721ef 100644
--- a/charts/wordpress/Chart.yaml
+++ b/charts/wordpress/Chart.yaml
@@ -8,10 +8,10 @@ maintainers:
 type: application
 
 # This is the chart version.
-version: "0.10.6"
+version: "0.11.0"
 
 # This is the version number of the application being deployed.
-appVersion: "6.4.3-apache"
+appVersion: "6.5.0-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md
index fca243a8..0fc3dc0e 100644
--- a/charts/wordpress/README.md
+++ b/charts/wordpress/README.md
@@ -1,6 +1,6 @@
 # Wordpress
 
-![Version: 0.10.6](https://img.shields.io/badge/Version-0.10.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.4.3-apache](https://img.shields.io/badge/AppVersion-6.4.3--apache-informational?style=flat-square)
+![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.5.0-apache](https://img.shields.io/badge/AppVersion-6.5.0--apache-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/wordpress/RELEASENOTES.md b/charts/wordpress/RELEASENOTES.md
index 9ed8ac23..f5e43e77 100644
--- a/charts/wordpress/RELEASENOTES.md
+++ b/charts/wordpress/RELEASENOTES.md
@@ -42,4 +42,5 @@
 | 0.10.4 | 6.4.2-apache | Refactored ingress configuration and added optional labels |
 | 0.10.5 | 6.4.2-apache | Added support for network policies and additional labels and annotations |
 | 0.10.6 | 6.4.3-apache | Upgraded to Wordpress 6.4.3 |
+| 0.11.0 | 6.5.0-apache | Upgraded to Wordpress 6.5.0 |
 | | | |
-- 
GitLab