From 7dccff699c86c131aa8a239715f12694b71cd502 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sat, 11 Feb 2023 11:21:49 +0100
Subject: [PATCH] Updated mariadb chart for MariaDB 10.10.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 2319d154..409604b7 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.6.5"
+version: "0.7.2"
 
-appVersion: "10.9.5"
+appVersion: "10.10.3"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 0e309d8a..1195a46a 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.7.1](https://img.shields.io/badge/Version-0.7.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.10.2](https://img.shields.io/badge/AppVersion-10.10.2-informational?style=flat-square)
+![Version: 0.7.2](https://img.shields.io/badge/Version-0.7.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.10.3](https://img.shields.io/badge/AppVersion-10.10.3-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index bc668928..98417f2b 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -45,4 +45,5 @@
 | 0.6.5 | 10.9.5 | Upgraded MariaDB to 10.9.5 |
 | 0.7.0 | 10.10.2 | Upgraded MariaDB to 10.10.2 |
 | 0.7.1 | 10.10.2 | Added support for init container resources (thx @Footur) |
+| 0.7.2 | 10.10.3 | Upgraded MariaDB to 10.10.3 |
 | | | |
-- 
GitLab