From 0752aabfbf3c94fefcbf43878a6b0cb584f4e6fc Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 13 Nov 2022 17:40:06 +0100 Subject: [PATCH] Updated charts for postgres 14.6 and mariadb 10.6.11 --- charts/mariadb/Chart.yaml | 4 ++-- charts/mariadb/RELEASENOTES.md | 1 + charts/postgres/Chart.yaml | 4 ++-- charts/postgres/RELEASENOTES.md | 1 + 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml index a8bfc02e..c1d65f4a 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.24 +version: 0.3.9 -appVersion: "10.5.18" +appVersion: "10.6.11" diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md index 183dc6db..6c8d0d62 100644 --- a/charts/mariadb/RELEASENOTES.md +++ b/charts/mariadb/RELEASENOTES.md @@ -18,6 +18,7 @@ | 0.3.6 | 10.6.9 | Upgraded MariaDB to 10.6.9 | | 0.3.7 | 10.6.10 | Upgraded MariaDB to 10.6.10 | | 0.3.8 | 10.6.10 | Implemented support for custom inline init scripts and image.registry option | +| 0.3.9 | 10.6.11 | Upgraded MariaDB to 10.6.11 | | 0.4.1 | 10.7.1 | Implemented startupProbe support | | 0.4.2 | 10.7.1 | Implemented support for extra secrets and advanced configuration capabilites | | 0.4.3 | 10.7.1 | Implemented support for extra containers | diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 1e813ddc..0d0c3145 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.23 +version: 0.3.14 -appVersion: "13.9" +appVersion: "14.6" diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index fb29634b..8223fcec 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -20,5 +20,6 @@ | 0.3.11 | 14.5 | Upgraded to Postgres 14.5 | | 0.3.12 | 14.5 | Implemented support for custom inline init scripts | | 0.3.13 | 14.5 | Implemented support for image.registry option | +| 0.3.14 | 14.6 | Upgraded to Postgres 14.6 | | 0.4.0 | 15.0 | Upgraded to Postgres 15.0 | | | | | -- GitLab