From bce8d5ce2f9ab94da0b4ff847aee67fe1118edcc Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Fri, 30 Sep 2022 12:29:17 +0200
Subject: [PATCH] Updated latest features on old chart versions

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

diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index 92a91c4d..f8e9416e 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.8
+version: 0.4.8
 
-appVersion: "10.6.10"
+appVersion: "10.7.6"
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index 7eaae6a7..fd3e2c5d 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -24,6 +24,7 @@
 | 0.4.5 | 10.7.4 | Upgraded MariaDB to 10.7.4 |
 | 0.4.6 | 10.7.5 | Upgraded MariaDB to 10.7.5 |
 | 0.4.7 | 10.7.6 | Upgraded MariaDB to 10.7.6 |
+| 0.4.8 | 10.7.6 | Implemented support for custom inline init scripts and image.registry option |
 | 0.5.0 | 10.8.3 | Upgraded MariaDB to 10.8.3 |
 | 0.5.1 | 10.8.4 | Upgraded MariaDB to 10.8.4 |
 | 0.5.2 | 10.8.5 | Upgraded MariaDB to 10.8.5 |
diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index 39bc9c4f..0a259b18 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.11
+version: 0.5.3
 
-appVersion: "5.0.13"
+appVersion: "6.0.2"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index e772df10..3af7b624 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.1](https://img.shields.io/badge/AppVersion-6.0.1-informational?style=flat-square)
+![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.2](https://img.shields.io/badge/AppVersion-6.0.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index f8cbcb6f..e0af60fc 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -34,4 +34,5 @@
 | 0.5.0 | 6.0.1 | Upgraded to MongoDB 6.0.1 |
 | 0.5.1 | 6.0.1 | Implemented support for custom inline init scripts |
 | 0.5.2 | 6.0.1 | Implemented support for image.registry option |
+| 0.5.3 | 6.0.2 | Upgraded to MongoDB 6.0.2 |
 | | | |
-- 
GitLab