From 6f4dad7f508df6662742fcb3aa2f1e7844ece6bf Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 28 Jan 2024 15:50:30 +0100
Subject: [PATCH] Updated mysql chart for MySQL 8.3.0

* Updated mysql chart for MySQL 8.3.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 9f27d601..2bb3f696 100644
--- a/charts/mysql/Chart.yaml
+++ b/charts/mysql/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - mysql
 
-version: "1.0.1"
+version: "1.2.0"
 
-appVersion: "8.0.36"
+appVersion: "8.3.0"
 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 70221e4b..b4b41836 100644
--- a/charts/mysql/README.md
+++ b/charts/mysql/README.md
@@ -1,6 +1,6 @@
 # MySQL
 
-![Version: 1.1.1](https://img.shields.io/badge/Version-1.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.2.0](https://img.shields.io/badge/AppVersion-8.2.0-informational?style=flat-square)
+![Version: 1.2.0](https://img.shields.io/badge/Version-1.2.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.3.0](https://img.shields.io/badge/AppVersion-8.3.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md
index ccb6126c..105b9085 100644
--- a/charts/mysql/RELEASENOTES.md
+++ b/charts/mysql/RELEASENOTES.md
@@ -20,4 +20,5 @@
 | 1.0.1 | 8.0.36 | Upgraded MySQL to 8.0.36 |
 | 1.1.0 | 8.2.0 | Bumped to stable major chart version - Allows usage of existing secret references and network policies |
 | 1.1.1 | 8.2.0 | Added support for network policies and additional labels and annotations |
+| 1.2.0 | 8.3.0 | Upgraded MySQL to 8.3.0 |
 | | | |
-- 
GitLab