From e61ee4bb175139118400b3c3ce712537b6d17814 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 14:00:09 +0100 Subject: [PATCH] Added startup probe #826 (#828) --- charts/mariadb/Chart.yaml | 4 ++-- charts/mariadb/README.md | 2 +- charts/mariadb/RELEASENOTES.md | 1 + charts/mongodb/Chart.yaml | 4 ++-- charts/mongodb/README.md | 2 +- charts/mongodb/RELEASENOTES.md | 1 + 6 files changed, 8 insertions(+), 6 deletions(-) diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml index be1a485b..be65d6f1 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.1 +version: 0.4.1 -appVersion: "10.6.5" +appVersion: "10.7.1" diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md index 117edf62..8386bc05 100644 --- a/charts/mariadb/README.md +++ b/charts/mariadb/README.md @@ -1,6 +1,6 @@ # MariaDB -   +   ## Changelog diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md index eda35e94..9b8d1b8c 100644 --- a/charts/mariadb/RELEASENOTES.md +++ b/charts/mariadb/RELEASENOTES.md @@ -4,4 +4,5 @@ | :------------ | :---------- | :----------------- | | 0.2.17 | 10.5.13 | Implemented startupProbe support | | 0.3.1 | 10.6.5 | Implemented startupProbe support | +| 0.4.1 | 10.7.1 | Implemented startupProbe support | | | | | diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 2539ac52..16a40c1d 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.8 +version: 0.4.1 -appVersion: "4.4.11" +appVersion: "5.0.5" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index 7c15b0d0..3cd94426 100644 --- a/charts/mongodb/README.md +++ b/charts/mongodb/README.md @@ -1,6 +1,6 @@ # MongoDB -   +   ## Changelog diff --git a/charts/mongodb/RELEASENOTES.md b/charts/mongodb/RELEASENOTES.md index 4be01808..6653f86f 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -4,4 +4,5 @@ | :------------ | :---------- | :----------------- | | 0.2.14 | 4.2.14 | Implemented startupProbe support | | 0.3.8 | 4.4.11 | Implemented startupProbe support | +| 0.4.1 | 5.0.5 | Implemented startupProbe support | | | | | -- GitLab