From a6c0ca76b5f0f817e3efe3c4be8db0c52e97879e Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 4 May 2021 15:32:55 +0200
Subject: [PATCH] Update mongodb chart for MongoDB 4.2.13 (#404)

---
 charts/mongodb/Chart.yaml | 4 ++--
 charts/mongodb/README.md  | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index de78331b..1523e113 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.10
+version: 0.2.11
 
-appVersion: "4.2.12"
+appVersion: "4.2.13"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 23ecf740..3542d1a8 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.12](https://img.shields.io/badge/AppVersion-4.2.12-informational?style=flat-square)
+![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.13](https://img.shields.io/badge/AppVersion-4.2.13-informational?style=flat-square)
 
 A Helm chart for MongoDB on Kubernetes
 
-- 
GitLab