From 29ea4d8977dbf48e34536d13c3abdb86f63db95d Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com>
Date: Sun, 25 Feb 2024 11:06:08 +0100
Subject: [PATCH] Updated mariadb chart for MariaDB 11.3.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 e6f02f4a..3161f89a 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -13,7 +13,7 @@ keywords:
   - mariadb
   - mysql
 
-version: "2.2.1"
+version: "2.3.0"
 
-appVersion: "11.2.3"
+appVersion: "11.3.2"
 icon: https://mariadb.com/wp-content/uploads/2019/11/mariadb-logo_black-transparent-600x150.png
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 3fe7b524..b7001891 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 2.2.1](https://img.shields.io/badge/Version-2.2.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.2.3](https://img.shields.io/badge/AppVersion-11.2.3-informational?style=flat-square)
+![Version: 2.3.0](https://img.shields.io/badge/Version-2.3.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 11.3.2](https://img.shields.io/badge/AppVersion-11.3.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index 7aad3a61..26d43b4b 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -91,4 +91,5 @@
 | 2.1.3 | 11.1.4 | Upgraded MariaDB to 11.1.4 |
 | 2.2.0 | 11.2.2 | Upgraded MariaDB to 11.2.2 |
 | 2.2.1 | 11.2.3 | Upgraded MariaDB to 11.2.3 |
+| 2.3.0 | 11.3.2 | Upgraded MariaDB to 11.3.2 |
 | | | |
-- 
GitLab