From 04c4a2f0a4ae1d08531b7a60d44f6bcdf7ce6d71 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com> Date: Sun, 25 Feb 2024 10:50:13 +0100 Subject: [PATCH] Updated postgres chart for Postgres 16.2 --- 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 366d088d..bbe7e8d4 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.4.8" +version: "0.5.3" -appVersion: "15.6" +appVersion: "16.2" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 232069ac..427fc6dc 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 fdcf2a28..7ba79205 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -43,4 +43,5 @@ | 0.5.0 | 16.0 | Upgraded to Postgres 16.0 | | 0.5.1 | 16.1 | Upgraded to Postgres 16.1 | | 0.5.2 | 16.1 | Added support for network policies and additional labels and annotations | +| 0.5.3 | 16.2 | Upgraded to Postgres 16.2 | | | | | -- GitLab