From 6d2cb77c6cb1aff61c5a69782a1aabc25606b990 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:48:02 +0100 Subject: [PATCH] Updated postgres chart for Postgres 14.11 --- 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 7d0ab095..ec66efce 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: "0.2.28" +version: "0.3.19" -appVersion: "13.14" +appVersion: "14.11" diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index 930befd9..c36fe31b 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -30,6 +30,7 @@ | 0.3.16 | 14.8 | Upgraded to Postgres 14.8 | | 0.3.17 | 14.9 | Upgraded to Postgres 14.9 | | 0.3.18 | 14.10 | Upgraded to Postgres 14.10 | +| 0.3.19 | 14.11 | Upgraded to Postgres 14.11 | | 0.4.0 | 15.0 | Upgraded to Postgres 15.0 | | 0.4.1 | 15.1 | Upgraded to Postgres 15.1 | | 0.4.2 | 15.2 | Upgraded to Postgres 15.2 | -- GitLab