From 46310f9290bcd3d6984a3ff6f6bd41f3025b08fd Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 12 Nov 2021 14:00:13 +0100
Subject: [PATCH] Update wordpress chart for Wordpress 5.8.2 (#704)

---
 charts/wordpress/Chart.yaml | 4 ++--
 charts/wordpress/README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/wordpress/Chart.yaml b/charts/wordpress/Chart.yaml
index 8630e5fa..e479f78c 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.4.2
+version: 0.4.3
 
 # This is the version number of the application being deployed.
-appVersion: "5.8.1-apache"
+appVersion: "5.8.2-apache"
 
 dependencies:
   - name: mariadb
diff --git a/charts/wordpress/README.md b/charts/wordpress/README.md
index f19e4f64..fbcef27f 100644
--- a/charts/wordpress/README.md
+++ b/charts/wordpress/README.md
@@ -1,6 +1,6 @@
 #  Wordpress
 
-![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.8.1-apache](https://img.shields.io/badge/AppVersion-5.8.1-informational?style=flat-square)
+![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.8.2-apache](https://img.shields.io/badge/AppVersion-5.8.2-informational?style=flat-square)
 
 A Helm chart for Wordpress on Kubernetes
 
-- 
GitLab