diff --git a/charts/mariadb/Chart.yaml b/charts/mariadb/Chart.yaml index c1d65f4a9451f6a403c91d6f583f479f5b45692f..e3c88ed4acfad0d166a85bfefde6779d233078a5 100644 --- a/charts/mariadb/Chart.yaml +++ b/charts/mariadb/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.9 +version: 0.4.9 -appVersion: "10.6.11" +appVersion: "10.7.7" diff --git a/charts/mariadb/RELEASENOTES.md b/charts/mariadb/RELEASENOTES.md index 6c8d0d62f99e554af330aab74e5b21a3e233b3d1..fb8eb10511f3cde30ceeea3297100a526d2dacde 100644 --- a/charts/mariadb/RELEASENOTES.md +++ b/charts/mariadb/RELEASENOTES.md @@ -27,6 +27,7 @@ | 0.4.6 | 10.7.5 | Upgraded MariaDB to 10.7.5 | | 0.4.7 | 10.7.6 | Upgraded MariaDB to 10.7.6 | | 0.4.8 | 10.7.6 | Implemented support for custom inline init scripts and image.registry option | +| 0.4.9 | 10.7.7 | Upgraded MariaDB to 10.7.7 | | 0.5.0 | 10.8.3 | Upgraded MariaDB to 10.8.3 | | 0.5.1 | 10.8.4 | Upgraded MariaDB to 10.8.4 | | 0.5.2 | 10.8.5 | Upgraded MariaDB to 10.8.5 | diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 0d0c3145722ee3a66079e61a433d6b09facaf12b..ecac8f8bb68dc5b3f8bdd8178471b8c7e3cdfe10 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.3.14 +version: 0.4.1 -appVersion: "14.6" +appVersion: "15.1" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 8de57161a859a03bf0c0c2b02d2009f67ea13f18..3fc18d522c8ce411d174b5ca876f92d37f517410 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 8223fcec966a43bab98c9a859d930e7894106e4b..95102f8c207cfffec01fc2919b4b7994d0c054be 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -22,4 +22,5 @@ | 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 | +| 0.4.1 | 15.1 | Upgraded to Postgres 15.1 | | | | |