From 7f5ffa1032b484439d232c1596bd98692d60a96e Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Tue, 15 Aug 2023 19:33:48 +0200
Subject: [PATCH] Updated mariadb chart for MariaDB 11.0.3

---
 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 d9754e92..91896621 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.8.6"
+version: "0.9.1"
 
-appVersion: "10.11.5"
+appVersion: "11.0.3"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 3247baeb..4813bae6 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0.2](https://img.shields.io/badge/AppVersion-11.0.2-informational?style=flat-square)
+![Version: 0.9.1](https://img.shields.io/badge/Version-0.9.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.0.3](https://img.shields.io/badge/AppVersion-11.0.3-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index dc3a18c3..4e183177 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -68,4 +68,5 @@
 | 0.8.5 | 10.11.4 | Upgraded MariaDB to 10.11.4 |
 | 0.8.6 | 10.11.5 | Upgraded MariaDB to 10.11.5 |
 | 0.9.0 | 11.0.2 | Upgraded MariaDB to 11.0.2 |
+| 0.9.1 | 11.0.3 | Upgraded MariaDB to 11.0.3 |
 | | | |
-- 
GitLab