From 1233bac79f61f63d98e6c76a00e0acbcf6d4b5c4 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sun, 28 Jul 2024 10:05:22 +0200
Subject: [PATCH] Updated mysql chart for MySQL 8.0.39

---
 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 75e6ee6d..e450ceef 100644
--- a/charts/mysql/Chart.yaml
+++ b/charts/mysql/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - mysql
 
-version: "2.0.2"
+version: "2.0.3"
 
-appVersion: "8.0.37"
+appVersion: "8.0.39"
 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 3498de23..749ec5d0 100644
--- a/charts/mysql/README.md
+++ b/charts/mysql/README.md
@@ -1,6 +1,6 @@
 # MySQL
 
-![Version: 2.0.2](https://img.shields.io/badge/Version-2.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.37](https://img.shields.io/badge/AppVersion-8.0.37-informational?style=flat-square)
+![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)
 
 ## Changelog
 
diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md
index 297d2f99..7c82b70e 100644
--- a/charts/mysql/RELEASENOTES.md
+++ b/charts/mysql/RELEASENOTES.md
@@ -24,4 +24,5 @@
 | 2.0.0 | 8.0.36 (LTS) | Final version with configuration secret, extra config and extra volume support |
 | 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 |
 | | | |
-- 
GitLab