From f4574e3ba077b97034e1219ce36781bea8367e16 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Mon, 16 Aug 2021 15:21:21 +0200
Subject: [PATCH] Update mongodb chart for MongoDB 4.4.8 (#562)

---
 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 647d186f..c90759d9 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.2
+version: 0.3.3
 
-appVersion: "4.4.7"
+appVersion: "4.4.8"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index 89c3f7df..db987558 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.3.2](https://img.shields.io/badge/Version-0.3.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.7](https://img.shields.io/badge/AppVersion-4.4.7-informational?style=flat-square)
+![Version: 0.3.3](https://img.shields.io/badge/Version-0.3.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.8](https://img.shields.io/badge/AppVersion-4.4.8-informational?style=flat-square)
 
 A Helm chart for MongoDB on Kubernetes
 
-- 
GitLab