From aa5c279a5999d439ade6633079400c4563c2897c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 21 Dec 2023 12:22:17 +0100
Subject: [PATCH] Updated wordpress chart for Wordpress 6.4.1

* Updated wordpress chart for Wordpress 6.4.1
---
 charts/wordpress/Chart.yaml      | 4 ++--
 charts/wordpress/README.md       | 2 +-
 charts/wordpress/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml
index f33ce450..5a0e79bf 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.0"
+version: "0.10.1"
 
 # This is the version number of the application being deployed.
-appVersion: "6.4.0-apache"
+appVersion: "6.4.1-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md
index 6e656bb7..a515b391 100644
--- a/charts/wordpress/README.md
+++ b/charts/wordpress/README.md
@@ -1,6 +1,6 @@
 # Wordpress
 
-![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.4.0-apache](https://img.shields.io/badge/AppVersion-6.4.0--apache-informational?style=flat-square)
+![Version: 0.10.1](https://img.shields.io/badge/Version-0.10.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.4.1-apache](https://img.shields.io/badge/AppVersion-6.4.1--apache-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/wordpress/RELEASENOTES.md b/charts/wordpress/RELEASENOTES.md
index 2cd68a33..6c34582c 100644
--- a/charts/wordpress/RELEASENOTES.md
+++ b/charts/wordpress/RELEASENOTES.md
@@ -36,4 +36,5 @@
 | 0.9.1 | 6.3.1-apache | Upgraded to Wordpress 6.3.1 |
 | 0.9.2 | 6.3.2-apache | Upgraded to Wordpress 6.3.2 |
 | 0.10.0 | 6.4.0-apache | Upgraded to Wordpress 6.4.0 |
+| 0.10.1 | 6.4.1-apache | Upgraded to Wordpress 6.4.1 |
 | | | |
-- 
GitLab