From 5a3194e3cfdb31ffc670b4dbef4dc35556b8170b Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 4 Jan 2023 18:58:24 +0100 Subject: [PATCH] Fixed bug #1195 --- 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 cd23b12a..3bcd87fb 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.22 +version: 0.4.16 -appVersion: "4.4.18" +appVersion: "5.0.14" diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 6b56f287..689084ef 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -45,6 +45,7 @@ | 0.4.13 | 5.0.13 | Fixed pod initialization bug when deployed without replicaset | | 0.4.14 | 5.0.13 | Implemented support for more independent configuration of arbiters and hidden secondaries | | 0.4.15 | 5.0.14 | Upgraded to MongoDB 5.0.14 | +| 0.4.16 | 5.0.14 | Fixed bug: Copy of custom scripts failed - thx @huber-and | | 0.5.0 | 6.0.1 | Upgraded to MongoDB 6.0.1 | | 0.5.1 | 6.0.1 | Implemented support for custom inline init scripts | | 0.5.2 | 6.0.1 | Implemented support for image.registry option | -- GitLab