From 2b2f76f10671491ccd368d42c7fa0f9244ec531a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Tue, 21 Nov 2023 20:52:26 +0100 Subject: [PATCH] Updated postgreschart for Postgres 16.1 (#1283) --- 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 526647e4..5abacad4 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.4.7" +version: "0.5.1" -appVersion: "15.5" +appVersion: "16.1" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 62224fd8..8a66457b 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 4dcb5004..57825b67 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -38,4 +38,5 @@ | 0.4.6 | 15.4 | Upgraded to Postgres 15.4 | | 0.4.7 | 15.5 | Upgraded to Postgres 15.5 | | 0.5.0 | 16.0 | Upgraded to Postgres 16.0 | +| 0.5.1 | 16.1 | Upgraded to Postgres 16.1 | | | | | -- GitLab