From 26a7a084179087126f2b5ef659354b6a08f7715c Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sun, 28 Jul 2024 10:23:39 +0200
Subject: [PATCH] Prepared mysql chart for MySQL 8.4 (LTS)

---
 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 e450ceef..721eed2b 100644
--- a/charts/mysql/Chart.yaml
+++ b/charts/mysql/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - mysql
 
-version: "2.0.3"
+version: "3.0.0"
 
-appVersion: "8.0.39"
+appVersion: "8.4.2"
 icon: https://www.mysql.com/common/logos/powered-by-mysql-88x31.png
diff --git a/charts/mysql/README.md b/charts/mysql/README.md
index 749ec5d0..c989afda 100644
--- a/charts/mysql/README.md
+++ b/charts/mysql/README.md
@@ -1,6 +1,6 @@
 # MySQL
 
-![Version: 2.0.3](https://img.shields.io/badge/Version-2.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.39](https://img.shields.io/badge/AppVersion-8.0.39-informational?style=flat-square)
+![Version: 3.0.0](https://img.shields.io/badge/Version-3.0.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.4.2](https://img.shields.io/badge/AppVersion-8.4.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md
index 7c82b70e..74daef6d 100644
--- a/charts/mysql/RELEASENOTES.md
+++ b/charts/mysql/RELEASENOTES.md
@@ -25,4 +25,5 @@
 | 2.0.1 | 8.0.36 (LTS) | Updated README |
 | 2.0.2 | 8.0.37 (LTS) | Updated README |
 | 2.0.3 | 8.0.39 (LTS) | Upgraded MySQL to 8.0.39 |
+| 3.0.0 | 8.4.2 (LTS) | Upgraded MySQL to 8.4.2 |
 | | | |
-- 
GitLab