From d90042cae52cbbcbf8b4dfcbb74ca1e7da9d2cda 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, 6 Feb 2022 11:21:27 +0100
Subject: [PATCH] Update mongodb chart for MongoDB 5.0.6 (#848)

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

diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index 16a40c1d..a0fe28c3 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.1
+version: 0.2.15
 
-appVersion: "5.0.5"
+appVersion: "4.2.18"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 3cd94426..0565f5a1 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 5.0.5](https://img.shields.io/badge/AppVersion-5.0.5-informational?style=flat-square)
+![Version: 0.2.15](https://img.shields.io/badge/Version-0.2.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.18](https://img.shields.io/badge/AppVersion-4.2.18-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 6653f86f..24241e84 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -3,6 +3,7 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.2.14 | 4.2.14 | Implemented startupProbe support |
+| 0.2.15 | 4.2.18 | Upgraded to MongoDB 4.2.18
 | 0.3.8 | 4.4.11 | Implemented startupProbe support |
 | 0.4.1 | 5.0.5 | Implemented startupProbe support |
 | | | |
-- 
GitLab