From 88095fb8078ca15f7881863ab932212408f68e8c Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 19 Feb 2025 08:58:41 +0100
Subject: [PATCH] Updated wordpress chart for Wordpress 6.7.2

---
 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 4f3be585..e355c0e3 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.13.0"
+version: "0.13.1"
 
 # This is the version number of the application being deployed.
-appVersion: "6.7.1-apache"
+appVersion: "6.7.2-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md
index f05a4c20..923dd3e9 100644
--- a/charts/wordpress/README.md
+++ b/charts/wordpress/README.md
@@ -1,6 +1,6 @@
 # Wordpress
 
-![Version: 0.13.0](https://img.shields.io/badge/Version-0.13.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.7.1-apache](https://img.shields.io/badge/AppVersion-6.7.1--apache-informational?style=flat-square)
+![Version: 0.13.1](https://img.shields.io/badge/Version-0.13.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.7.2-apache](https://img.shields.io/badge/AppVersion-6.7.2--apache-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/wordpress/RELEASENOTES.md b/charts/wordpress/RELEASENOTES.md
index 6cada82b..1145b102 100644
--- a/charts/wordpress/RELEASENOTES.md
+++ b/charts/wordpress/RELEASENOTES.md
@@ -48,4 +48,5 @@
 | 0.12.0 | 6.6.1-apache | Upgraded to Wordpress 6.6.1 |
 | 0.12.1 | 6.6.2-apache | Upgraded to Wordpress 6.6.2 |
 | 0.13.0 | 6.7.1-apache | Upgraded to Wordpress 6.7.1 |
+| 0.13.1 | 6.7.2-apache | Upgraded to Wordpress 6.7.2 |
 | | | |
-- 
GitLab