From b3b2af176cd8f8203c9f1734e0344c16348c58e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:19:19 +0100 Subject: [PATCH] Updated mongodb chart for MongoDB 7.0.4 * Updated mongodb chart for MongoDB 7.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 72aaa675..99bec911 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.20" +version: "0.6.1" -appVersion: "6.0.12" +appVersion: "7.0.4" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index 819c0df5..e220e88a 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 ca5267c2..8f478ad8 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -83,4 +83,5 @@ | 0.5.19 | 6.0.11 | Upgraded to MongoDB 6.0.11 | | 0.5.20 | 6.0.12 | Upgraded to MongoDB 6.0.12 | | 0.6.0 | 7.0.2 | Upgraded to MongoDB 7.0.2 | +| 0.6.1 | 7.0.4 | Upgraded to MongoDB 7.0.4 | | | | | -- GitLab