From f63a9a3efd86ed61ca92cfdfddde752f0879d33a Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 4 Jan 2023 18:59:45 +0100
Subject: [PATCH] Fixed bug #1195

---
 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 3bcd87fb..d518202c 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.16
+version: 0.5.8
 
-appVersion: "5.0.14"
+appVersion: "6.0.3"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 38580acf..b57a40f3 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.5.7](https://img.shields.io/badge/Version-0.5.7-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.3](https://img.shields.io/badge/AppVersion-6.0.3-informational?style=flat-square)
+![Version: 0.5.8](https://img.shields.io/badge/Version-0.5.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 6.0.3](https://img.shields.io/badge/AppVersion-6.0.3-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 689084ef..8cb13f80 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -54,4 +54,5 @@
 | 0.5.5 | 6.0.2 | Fixed pod initialization bug when deployed without replicaset |
 | 0.5.6 | 6.0.2 | Implemented support for more independent configuration of arbiters and hidden secondaries |
 | 0.5.7 | 6.0.3 | Upgraded to MongoDB 6.0.3 |
+| 0.5.8 | 6.0.3 | Fixed bug: Copy of custom scripts failed - thx @huber-and |
 | | | |
-- 
GitLab