From e44ce3cb881db0fe23b53d09748b9d1afbd1fa40 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sat, 18 Mar 2023 09:43:13 +0100
Subject: [PATCH] Updated mongodb chart for MongoDB 6.0.5

---
 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 42efe952..298c4d79 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.4.17"
+version: "0.5.11"
 
-appVersion: "5.0.15"
+appVersion: "6.0.5"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 5d325f42..a405603f 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.5.10](https://img.shields.io/badge/Version-0.5.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.4](https://img.shields.io/badge/AppVersion-6.0.4-informational?style=flat-square)
+![Version: 0.5.11](https://img.shields.io/badge/Version-0.5.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.5](https://img.shields.io/badge/AppVersion-6.0.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index dd26f870..074f3355 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -60,4 +60,5 @@
 | 0.5.8 | 6.0.3 | Fixed bug: Copy of custom scripts failed - thx @huber-and |
 | 0.5.9 | 6.0.3 | Fixed values documentation - thx @generalovmaksim |
 | 0.5.10 | 6.0.4 | Upgraded to MongoDB 6.0.4 |
+| 0.5.11 | 6.0.5 | Upgraded to MongoDB 6.0.5 |
 | | | |
-- 
GitLab