From fe7de2709492260577db6bc45eb9b90a8a09ddd1 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Mon, 14 Feb 2022 14:56:25 +0100
Subject: [PATCH] Fixed mariadb version (#879)

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

diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index d8bcc1e8..c663ea84 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.2
+version: 0.3.3
 
 appVersion: "10.6.5"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 679b9ac9..4a88dfb5 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.6.5](https://img.shields.io/badge/AppVersion-10.6.5-informational?style=flat-square)
+![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.6.5](https://img.shields.io/badge/AppVersion-10.6.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index 03e363e7..541b371c 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -7,7 +7,7 @@
 | 0.2.19 | 10.5.13 | Implemented support for extra containers |
 | 0.3.1 | 10.6.5 | Implemented startupProbe support |
 | 0.3.2 | 10.6.5 | Implemented support for extra secrets and advanced configuration capabilites |
-| 0.3.2 | 10.6.5 | Implemented support for extra containers |
+| 0.3.3 | 10.6.5 | Implemented support for extra containers |
 | 0.4.1 | 10.7.1 | Implemented startupProbe support |
 | 0.4.2 | 10.7.1 | Implemented support for extra secrets and advanced configuration capabilites |
 | | | |
-- 
GitLab