From d1f6c162a0e5d42943c8e8575f8f2c2c91088b66 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 3 Mar 2024 19:00:54 +0100 Subject: [PATCH] Updated mongodb chart for MongoDB 6.0.14 --- 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 7ddd7c4d..78ac7b24 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.6.3" +version: "0.5.22" -appVersion: "7.0.5" +appVersion: "6.0.14" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 35bc73cd..5ad9d2ef 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -83,6 +83,7 @@ | 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.5.22 | 6.0.14 | Upgraded to MongoDB 6.0.14 | | 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