From 6b8ef8db6163134fc06bdf4f3d068f228fe0854f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 21 May 2022 09:35:54 +0200 Subject: [PATCH] Update postgres chart for Postgres 13.7 (#1007) --- charts/postgres/Chart.yaml | 4 ++-- charts/postgres/README.md | 2 +- charts/postgres/RELEASENOTES.md | 1 + 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 7cb20a56..9a03694d 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.19 +version: 0.2.20 -appVersion: "13.6" +appVersion: "13.7" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 4f49e5ba..169909a8 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 4daa8580..df99c3c5 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -6,6 +6,7 @@ | 0.2.17 | 13.5 | Implemented support for extra secrets and advanced configuration capabilites | | 0.2.18 | 13.5 | Implemented support for extra containers | | 0.2.19 | 13.6 | Upgraded to Postgres 13.6 | +| 0.2.20 | 13.7 | Upgraded to Postgres 13.7 | | 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