From 894bccc0f4d55ff59962abc721a2d40c5c9fef29 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Sun, 15 Oct 2023 13:44:09 +0200 Subject: [PATCH] Updated mongodb chart for MongoDB 7.0.2 --- 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 3ed3ae93..ee2e0699 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.19" +version: "0.6.0" -appVersion: "6.0.11" +appVersion: "7.0.2" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index 47160709..819c0df5 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 b5c35eb8..23defe18 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -81,4 +81,5 @@ | 0.5.17 | 6.0.9 | Upgraded to MongoDB 6.0.9 | | 0.5.18 | 6.0.10 | Upgraded to MongoDB 6.0.10 | | 0.5.19 | 6.0.11 | Upgraded to MongoDB 6.0.11 | +| 0.6.0 | 7.0.2 | Upgraded to MongoDB 7.0.2 | | | | | -- GitLab