From 987142e8c1a27567431d68b8c6a21ab8e6f3e17a 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:47:47 +0100
Subject: [PATCH] Updated mysql chart for MySQL 8.0.36

* Updated mysql chart for MySQL 8.0.36
---
 charts/mysql/Chart.yaml      | 4 ++--
 charts/mysql/RELEASENOTES.md | 1 +
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/charts/mysql/Chart.yaml b/charts/mysql/Chart.yaml
index 4d99a4bf..9f27d601 100644
--- a/charts/mysql/Chart.yaml
+++ b/charts/mysql/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - mysql
 
-version: "1.1.1"
+version: "1.0.1"
 
-appVersion: "8.2.0"
+appVersion: "8.0.36"
 icon: https://www.mysql.com/common/logos/powered-by-mysql-88x31.png
diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md
index f838336c..ccb6126c 100644
--- a/charts/mysql/RELEASENOTES.md
+++ b/charts/mysql/RELEASENOTES.md
@@ -17,6 +17,7 @@
 | 0.2.0 | 8.1.0 | Upgraded MySQL to 8.1.0 |
 | 0.3.0 | 8.2.0 | Upgraded MySQL to 8.2.0 |
 | 1.0.0 | 8.0.35 | Bumped to stable major chart version - Allows usage of existing secret references and network policies |
+| 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 |
 | | | |
-- 
GitLab