From 7c42e5b1d456313a0998e86e5a167269a36c61a8 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Thu, 10 Feb 2022 19:24:35 +0100
Subject: [PATCH] Updated charts (#864)

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

diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index d8bcc1e8..abaf7092 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.4.2
 
-appVersion: "10.6.5"
+appVersion: "10.7.1"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 8d47c411..9fa9387c 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.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.7.1](https://img.shields.io/badge/AppVersion-10.7.1-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index 37bad79a..931c1a00 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -7,4 +7,5 @@
 | 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.4.1 | 10.7.1 | Implemented startupProbe support |
+| 0.4.2 | 10.7.1 | Implemented support for extra secrets and advanced configuration capabilites |
 | | | |
diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index 88e2f470..d61c28ca 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.10
+version: 0.4.3
 
-appVersion: "4.4.3"
+appVersion: "5.0.6"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index d3d13eaa..9bc126b4 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.3.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.3](https://img.shields.io/badge/AppVersion-4.4.3-informational?style=flat-square)
+![Version: 0.4.3](https://img.shields.io/badge/Version-0.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.6](https://img.shields.io/badge/AppVersion-5.0.6-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 6be5fc21..12a64d5c 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -10,4 +10,5 @@
 | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites |
 | 0.4.1 | 5.0.5 | Implemented startupProbe support |
 | 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 |
+| 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites |
 | | | |
-- 
GitLab