From 6bf81dfa5306a8b8478d31e64149c7f81d101270 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Tue, 22 Aug 2023 17:45:50 +0200
Subject: [PATCH] Updated mongodb chart for MongoDB 6.0.9

---
 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 131a989c..c35a34e5 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.4.22"
+version: "0.5.17"
 
-appVersion: "5.0.20"
+appVersion: "6.0.9"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 8fa6055e..23e33735 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.5.16](https://img.shields.io/badge/Version-0.5.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.8](https://img.shields.io/badge/AppVersion-6.0.8-informational?style=flat-square)
+![Version: 0.5.17](https://img.shields.io/badge/Version-0.5.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.9](https://img.shields.io/badge/AppVersion-6.0.9-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 9c9999a6..d0152213 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -75,4 +75,5 @@
 | 0.5.14 | 6.0.6 | Upgraded to MongoDB 6.0.6 |
 | 0.5.15 | 6.0.7 | Upgraded to MongoDB 6.0.7 |
 | 0.5.16 | 6.0.8 | Upgraded to MongoDB 6.0.8 |
+| 0.5.17 | 6.0.9 | Upgraded to MongoDB 6.0.9 |
 | | | |
-- 
GitLab