From faf212c76ac93bb8b432979af9fce284525d372d Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 5 Feb 2023 09:31:20 +0100 Subject: [PATCH] Updated mongodb chart for MongoDB 6.0.4 --- 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 fa9fb548..d46c7ca4 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.5.9 +version: 0.5.10 -appVersion: "6.0.3" +appVersion: "6.0.4" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index 5f0bf0af..5d325f42 100644 --- a/charts/mongodb/README.md +++ b/charts/mongodb/README.md @@ -1,6 +1,6 @@ # MongoDB -   +   ## Changelog diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index a2538383..2ca3ed65 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -56,4 +56,5 @@ | 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 | | 0.5.9 | 6.0.3 | Fixed values documentation - thx @generalovmaksim | +| 0.5.10 | 6.0.4 | Upgraded to MongoDB 6.0.4 | | | | | -- GitLab