From 8ecfc5a3ebe853daf03c566e3fffdf3ed14e9ff7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Mon, 14 Feb 2022 14:49:49 +0100 Subject: [PATCH] Updated chart version (#878) --- 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 + charts/postgres/Chart.yaml | 4 ++-- charts/postgres/README.md | 2 +- charts/postgres/RELEASENOTES.md | 1 + 9 files changed, 12 insertions(+), 9 deletions(-) diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml index d6f1dd8e..d8bcc1e8 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.19 +version: 0.3.2 -appVersion: "10.5.3" +appVersion: "10.6.5" diff --git a/charts/mariadb/README.md b/charts/mariadb/README.md index 61803f7a..679b9ac9 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 51300c73..03e363e7 100644 --- a/charts/mariadb/RELEASENOTES.md +++ b/charts/mariadb/RELEASENOTES.md @@ -7,6 +7,7 @@ | 0.2.19 | 10.5.13 | Implemented support for extra containers | | 0.3.1 | 10.6.5 | Implemented startupProbe support | | 0.3.2 | 10.6.5 | Implemented support for extra secrets and advanced configuration capabilites | +| 0.3.2 | 10.6.5 | Implemented support for extra containers | | 0.4.1 | 10.7.1 | Implemented startupProbe support | | 0.4.2 | 10.7.1 | Implemented support for extra secrets and advanced configuration capabilites | | | | | diff --git a/charts/mongodb/Chart.yaml b/charts/mongodb/Chart.yaml index 2dba857e..c71a025f 100644 --- a/charts/mongodb/Chart.yaml +++ b/charts/mongodb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.17 +version: 0.3.11 -appVersion: "4.2.18" +appVersion: "4.4.13" diff --git a/charts/mongodb/README.md b/charts/mongodb/README.md index aad36535..f1bc6f42 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 95139b94..b0bb2877 100644 --- a/charts/mongodb/RELEASENOTES.md +++ b/charts/mongodb/RELEASENOTES.md @@ -9,6 +9,7 @@ | 0.3.8 | 4.4.11 | Implemented startupProbe support | | 0.3.9 | 4.4.12 | Upgraded to MongoDB 4.4.12 | | 0.3.10 | 4.4.13 | Implemented support for extra secrets and advanced configuration capabilites | +| 0.3.11 | 4.4.13 | Implemented support for extra containers | | 0.4.1 | 5.0.5 | Implemented startupProbe support | | 0.4.2 | 5.0.6 | Upgraded to MongoDB 5.0.6 | | 0.4.3 | 5.0.6 | Implemented support for extra secrets and advanced configuration capabilites | diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 56513dc5..34b5870c 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.18 +version: 0.3.7 -appVersion: "13.5" +appVersion: "14.1" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index b9928067..675fd060 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,6 +1,6 @@ # PostgreSQL -   +   ## Changelog diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index 2114b3a9..6597cf30 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -8,4 +8,5 @@ | 0.3.4 | 14.1 | Fixes bug with wrong mounted customConfig #811 | | 0.3.5 | 14.1 | Updated readme and release notes | | 0.3.6 | 14.1 | Implemented support for extra secrets and advanced configuration capabilites | +| 0.3.7 | 14.1 | Implemented support for extra containers | | | | | -- GitLab