From e60f74779a4da47f22394ed14e1b63bb56c22d46 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, 28 Jan 2024 13:47:07 +0100
Subject: [PATCH] Updated mongodb chart for MongoDB 7.0.5

* Updated mongodb chart for MongoDB 7.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 2450766e..7ddd7c4d 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.5.21"
+version: "0.6.3"
 
-appVersion: "6.0.13"
+appVersion: "7.0.5"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 33cec748..e64ba21b 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.6.2](https://img.shields.io/badge/Version-0.6.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.4](https://img.shields.io/badge/AppVersion-7.0.4-informational?style=flat-square)
+![Version: 0.6.3](https://img.shields.io/badge/Version-0.6.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 7.0.5](https://img.shields.io/badge/AppVersion-7.0.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 7381cf3d..35bc73cd 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -86,4 +86,5 @@
 | 0.6.0 | 7.0.2 | Upgraded to MongoDB 7.0.2 |
 | 0.6.1 | 7.0.4 | Upgraded to MongoDB 7.0.4 |
 | 0.6.2 | 7.0.4 | Added support for network policies and additional labels and annotations |
+| 0.6.3 | 7.0.5 | Upgraded to MongoDB 7.0.5 |
 | | | |
-- 
GitLab