From 4283b109f665957febb6f15d468708efb86eaef1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 18 Nov 2022 18:40:48 +0100
Subject: [PATCH] Updated mysql chart for MySQL 8.0.31

---
 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 629c4ef7..d6be3dcc 100644
--- a/charts/mysql/Chart.yaml
+++ b/charts/mysql/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.1.3
+version: 0.1.4
 
-appVersion: "8.0.30-oracle"
+appVersion: "8.0.31-oracle"
diff --git a/charts/mysql/README.md b/charts/mysql/README.md
index f9db420a..4818c0d1 100644
--- a/charts/mysql/README.md
+++ b/charts/mysql/README.md
@@ -1,6 +1,6 @@
 # MySQL
 
-![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.30](https://img.shields.io/badge/AppVersion-8.0.30--oracle-informational?style=flat-square)
+![Version: 0.1.4](https://img.shields.io/badge/Version-0.1.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 8.0.31](https://img.shields.io/badge/AppVersion-8.0.31--oracle-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mysql/RELEASENOTES.md b/charts/mysql/RELEASENOTES.md
index 7c31277c..43bed948 100644
--- a/charts/mysql/RELEASENOTES.md
+++ b/charts/mysql/RELEASENOTES.md
@@ -6,4 +6,5 @@
 | 0.1.1 | 8.0.30 | Upgraded MySQL to 8.0.30 |
 | 0.1.2 | 8.0.30 | Implemented support for custom inline init scripts |
 | 0.1.3 | 8.0.30 | Implemented support for image.registry option |
+| 0.1.4 | 8.0.31 | Upgraded MySQL to 8.0.31 |
 | | | |
-- 
GitLab