From 48bd9711a696773880b59ebc449a26219eb57fce Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Tue, 15 Aug 2023 19:44:35 +0200 Subject: [PATCH] Updated postgres chart for Postgres 13.12 --- charts/postgres/Chart.yaml | 4 ++-- charts/postgres/RELEASENOTES.md | 1 + 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index c54873bb..766116b1 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.4.5" +version: "0.2.26" -appVersion: "15.3" +appVersion: "13.12" diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index 713656ad..8001d3f7 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -12,6 +12,7 @@ | 0.2.23 | 13.9 | Upgraded to Postgres 13.9 | | 0.2.24 | 13.10 | Upgraded to Postgres 13.10 | | 0.2.25 | 13.11 | Upgraded to Postgres 13.11 | +| 0.2.26 | 13.12 | Upgraded to Postgres 13.12 | | 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 | -- GitLab