From f1deb8263ccf86c90df820feb7170a1dab4523df Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sun, 28 Aug 2022 11:38:02 +0200
Subject: [PATCH] Upgraded mariadb chart for MariaDB 10.9.2

---
 charts/mariadb/Chart.yaml      | 4 ++--
 charts/mariadb/README.md       | 2 +-
 charts/mariadb/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index a730e299..173f6a6a 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.5.1
+version: 0.6.0
 
-appVersion: "10.8.4"
+appVersion: "10.9.2"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 8fc3ff4c..6c79ebea 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.8.4](https://img.shields.io/badge/AppVersion-10.8.4-informational?style=flat-square)
+![Version: 0.6.0](https://img.shields.io/badge/Version-0.6.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.9.2](https://img.shields.io/badge/AppVersion-10.9.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index b406f408..87ff290a 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -22,4 +22,5 @@
 | 0.4.6 | 10.7.5 | Upgraded MariaDB to 10.7.5 |
 | 0.5.0 | 10.8.3 | Upgraded MariaDB to 10.8.3 |
 | 0.5.1 | 10.8.4 | Upgraded MariaDB to 10.8.4 |
+| 0.6.0 | 10.9.2 | Upgraded MariaDB to 10.9.2 |
 | | | |
-- 
GitLab