From 23ae6a7c77509d7827466a4248fd50fcd0fe2352 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, 28 Jan 2024 13:44:29 +0100 Subject: [PATCH] Updated mongodb chart for MongoDB 6.0.13 * Updated mongodb chart for MongoDB 6.0.13 --- charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index ff07ad2f..2450766e 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.6.2" +version: "0.5.21" -appVersion: "7.0.4" +appVersion: "6.0.13" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 8b9e9f58..7381cf3d 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -82,6 +82,7 @@ | 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.5.20 | 6.0.12 | Upgraded to MongoDB 6.0.12 | +| 0.5.21 | 6.0.13 | Upgraded to MongoDB 6.0.13 | | 0.6.0 | 7.0.2 | Upgraded to MongoDB 7.0.2 | | 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 | -- GitLab