From fb468268cdd89b077ea1649e82eb679390d3c4b0 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Fri, 18 Aug 2023 21:00:44 +0200
Subject: [PATCH] Upgraded mysql chart for MySQL 8.1.0

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

diff --git a/charts/mysql/Chart.yaml b/charts/mysql/Chart.yaml
index a3624454..38b5a5f7 100644
--- a/charts/mysql/Chart.yaml
+++ b/charts/mysql/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.1.10"
+version: "0.2.0"
 
-appVersion: "8.0.34"
+appVersion: "8.1.0"
diff --git a/charts/mysql/README.md b/charts/mysql/README.md
index e5d79e72..f553dd4a 100644
--- a/charts/mysql/README.md
+++ b/charts/mysql/README.md
@@ -1,6 +1,6 @@
 # MySQL
 
-![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.34](https://img.shields.io/badge/AppVersion-8.0.34-informational?style=flat-square)
+![Version: 0.2.0](https://img.shields.io/badge/Version-0.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.1.0](https://img.shields.io/badge/AppVersion-8.1.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md
index b20d640c..70ba78a6 100644
--- a/charts/mysql/RELEASENOTES.md
+++ b/charts/mysql/RELEASENOTES.md
@@ -13,4 +13,5 @@
 | 0.1.8 | 8.0.32 | Updated default security context |
 | 0.1.9 | 8.0.33 | Upgraded MySQL to 8.0.33 |
 | 0.1.10 | 8.0.34 | Upgraded MySQL to 8.0.34 |
+| 0.2.0 | 8.1.0 | Upgraded MySQL to 8.1.0 |
 | | | |
-- 
GitLab