From 41c3473c1afa8500f5d24a220139b4c95eab1da3 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Fri, 31 May 2024 08:05:17 +0200 Subject: [PATCH] Updated mongodb chart for MongoDB 7.0.11 --- 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 7c764ff4..e18520aa 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.23" +version: "0.6.5" -appVersion: "6.0.15" +appVersion: "7.0.11" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index a60702d9..db2fd01b 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 04ce33ee..148a63de 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -90,4 +90,5 @@ | 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 | | 0.6.4 | 7.0.6 | Upgraded to MongoDB 7.0.6 | +| 0.6.5 | 7.0.11 | Upgraded to MongoDB 7.0.11 | | | | | -- GitLab