diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index bc4d7518e1e81e51739abc6670de4d36730c52a9..7d0ab095d51e9225e804b7b1c949bd878a190f7f 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.5.2" +version: "0.2.28" -appVersion: "16.1" +appVersion: "13.14" diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index 0105079795eab2307450dfa69499b0f0dc7f7e56..930befd9fa5d88d8215ddd996ca249c433a1da46 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -14,6 +14,7 @@ | 0.2.25 | 13.11 | Upgraded to Postgres 13.11 | | 0.2.26 | 13.12 | Upgraded to Postgres 13.12 | | 0.2.27 | 13.13 | Upgraded to Postgres 13.13 | +| 0.2.28 | 13.14 | Upgraded to Postgres 13.14 | | 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 |