From fb25580cdf5767d018cc1b856a0ef052e0142f42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 21 May 2022 10:03:10 +0200 Subject: [PATCH] Update mongodb chart for MongoDB 4.4.14 (#1010) --- 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 38708630..b5cf2305 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.19 +version: 0.3.14 -appVersion: "4.2.20" +appVersion: "4.4.14" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index bee64174..82cf5bf1 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -14,6 +14,7 @@ | 0.3.11 | 4.4.13 | Implemented support for extra containers | | 0.3.12 | 4.4.12 | Implemented support for extra containers | | 0.3.13 | 4.4.13 | Upgraded to MongoDB 4.4.13 | +| 0.3.14 | 4.4.14 | Upgraded to MongoDB 4.4.14 | | 0.4.1 | 5.0.5 | Implemented startupProbe support | | 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 | | 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites | -- GitLab