From 34a38a0e70508ebc9074f903e4a91d9d79fdbb68 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 24 May 2023 18:30:18 +0200
Subject: [PATCH] Updated wordpress chart for Wordpress 6.2.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 61557194..41a2627c 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.8.4"
+version: "0.8.5"
 
 # This is the version number of the application being deployed.
-appVersion: "6.2.1-apache"
+appVersion: "6.2.2-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md
index 1c90892b..4f8a8a60 100644
--- a/charts/wordpress/README.md
+++ b/charts/wordpress/README.md
@@ -1,6 +1,6 @@
 # Wordpress
 
-![Version: 0.8.4](https://img.shields.io/badge/Version-0.8.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.1-apache](https://img.shields.io/badge/AppVersion-6.2.1--apache-informational?style=flat-square)
+![Version: 0.8.5](https://img.shields.io/badge/Version-0.8.5-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.2.2-apache](https://img.shields.io/badge/AppVersion-6.2.2--apache-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/wordpress/RELEASENOTES.md b/charts/wordpress/RELEASENOTES.md
index f9a4ee9a..e58559d3 100644
--- a/charts/wordpress/RELEASENOTES.md
+++ b/charts/wordpress/RELEASENOTES.md
@@ -29,4 +29,5 @@
 | 0.8.2 | 6.2.0-apache | Added support for extra configuration (WORDPRESS_CONFIG_EXTRA) - thx @MihaiMoldovanu |
 | 0.8.3 | 6.2.0-apache | Updated chart dependencies (mariadb 0.3.12) |
 | 0.8.4 | 6.2.1-apache | Upgraded to Wordpress 6.2.1 |
+| 0.8.5 | 6.2.2-apache | Upgraded to Wordpress 6.2.2 |
 | | | |
-- 
GitLab