From 5876d4a5ad77dda21579cf9216809e6fd0100bc8 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Wed, 19 Feb 2025 08:55:33 +0100 Subject: [PATCH] Updated postgres chart for Postgres 17.3 --- 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 54ed68ae..dfd3bc86 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -12,7 +12,7 @@ keywords: - database - postgres -version: "1.4.6" +version: "1.5.2" -appVersion: "16.7" +appVersion: "17.3" icon: https://www.postgresql.org/media/img/about/press/elephant64.png diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 86e797dc..cbfe4ecd 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 f89a8687..77fe5087 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -77,4 +77,5 @@ | 1.4.6 | 16.7 | Upgraded to Postgres 16.7 | | 1.5.0 | 17.0 | Added Postgres 17.0 | | 1.5.1 | 17.2 | Added Postgres 17.2 | +| 1.5.2 | 17.3 | Upgraded to Postgres 17.3 | | | | | -- GitLab