From 7079d5b33e66268e2f0eeccff592a9a84d101f1b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 19 Jun 2022 09:53:05 +0200
Subject: [PATCH] Update mongodb chart for MongoDB 5.0.9 (#1071)

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

diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index b5cf2305..6e9859f2 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.14
+version: 0.4.7
 
-appVersion: "4.4.14"
+appVersion: "5.0.9"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 973d7ee7..db539274 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.8](https://img.shields.io/badge/AppVersion-5.0.8-informational?style=flat-square)
+![Version: 0.4.7](https://img.shields.io/badge/Version-0.4.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.9](https://img.shields.io/badge/AppVersion-5.0.9-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 82cf5bf1..b3317afd 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -21,4 +21,6 @@
 | 0.4.4 | 5.0.6 | Implemented support for extra containers |
 | 0.4.5 | 5.0.7 | Upgraded to MongoDB 5.0.7 |
 | 0.4.6 | 5.0.8 | Upgraded to MongoDB 5.0.8 |
+| 0.4.7 | 5.0.9 | Upgraded to MongoDB 5.0.9 |
 | | | |
+
-- 
GitLab