From 6bc734f8fce84d946ea3fb6bfe70decb4817be37 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, 22 Jan 2022 13:54:30 +0100
Subject: [PATCH] Added startup probe #826 (#827)

---
 charts/mariadb/Chart.yaml      | 4 ++--
 charts/mariadb/README.md       | 2 +-
 charts/mariadb/RELEASENOTES.md | 1 +
 charts/mongodb/Chart.yaml      | 4 ++--
 charts/mongodb/README.md       | 4 ++--
 charts/mongodb/RELEASENOTES.md | 1 +
 6 files changed, 9 insertions(+), 7 deletions(-)

diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml
index 7e766188..be1a485b 100644
--- a/charts/mariadb/Chart.yaml
+++ b/charts/mariadb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.17
+version: 0.3.1
 
-appVersion: "10.5.13"
+appVersion: "10.6.5"
diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md
index 62fe8a32..117edf62 100644
--- a/charts/mariadb/README.md
+++ b/charts/mariadb/README.md
@@ -1,6 +1,6 @@
 # MariaDB
 
-![Version: 0.2.17](https://img.shields.io/badge/Version-0.2.17-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.5.13](https://img.shields.io/badge/AppVersion-10.5.13-informational?style=flat-square)
+![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 10.6.5](https://img.shields.io/badge/AppVersion-10.6.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md
index d22c07fe..eda35e94 100644
--- a/charts/mariadb/RELEASENOTES.md
+++ b/charts/mariadb/RELEASENOTES.md
@@ -3,4 +3,5 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.2.17 | 10.5.13 | Implemented startupProbe support |
+| 0.3.1 | 10.6.5 | Implemented startupProbe support |
 | | | |
diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml
index b658bc36..2539ac52 100644
--- a/charts/mongodb/Chart.yaml
+++ b/charts/mongodb/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.14
+version: 0.3.8
 
-appVersion: "4.2.14"
+appVersion: "4.4.11"
diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md
index f98a5118..7c15b0d0 100644
--- a/charts/mongodb/README.md
+++ b/charts/mongodb/README.md
@@ -1,6 +1,6 @@
 # MongoDB
 
-![Version: 0.2.14](https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.2.14](https://img.shields.io/badge/AppVersion-4.2.14-informational?style=flat-square)
+![Version: 0.3.84](https://img.shields.io/badge/Version-0.3.8-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.4.11](https://img.shields.io/badge/AppVersion-4.4.11-informational?style=flat-square)
 
 ## Changelog
 
@@ -40,7 +40,7 @@ helm install my-release groundhog2k/mongodb
 To uninstall/delete the `my-release` deployment:
 
 ```bash
-$ helm uninstall my-release
+helm uninstall my-release
 ```
 
 ## Common parameters
diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md
index 9ef3aec7..4be01808 100644
--- a/charts/mongodb/RELEASENOTES.md
+++ b/charts/mongodb/RELEASENOTES.md
@@ -3,4 +3,5 @@
 | Chart version | App version | Change description |
 | :------------ | :---------- | :----------------- |
 | 0.2.14 | 4.2.14 | Implemented startupProbe support |
+| 0.3.8 | 4.4.11 | Implemented startupProbe support |
 | | | |
-- 
GitLab