From 8f78b3b7fb04840ec34c99d879b07c2bf360311d 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, 3 Mar 2024 19:03:14 +0100 Subject: [PATCH] Updated mongodb chart for MongoDB 7.0.6 (#1353) --- 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 78ac7b24..b35d53d2 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.22" +version: "0.6.4" -appVersion: "6.0.14" +appVersion: "7.0.6" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index e64ba21b..a60702d9 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 5ad9d2ef..95736828 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -88,4 +88,5 @@ | 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 | +| 0.6.4 | 7.0.6 | Upgraded to MongoDB 7.0.6 | | | | | -- GitLab