From ff8da19710b12b25d073534829535248f27c00a6 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 19 Feb 2025 08:50:13 +0100
Subject: [PATCH] Updated postgres chart for Postgres 13.19

---
 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 9033d26d..06cca32c 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.5.1"
+version: "1.1.5"
 
-appVersion: "17.2"
+appVersion: "13.19"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 5957ce69..e93f674a 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -54,6 +54,7 @@
 | 1.1.2 | 13.15 | Upgraded to Postgres 13.15 |
 | 1.1.3 | 13.16 | Upgraded to Postgres 13.16 |
 | 1.1.4 | 13.18 | Upgraded to Postgres 13.18 |
+| 1.1.5 | 13.19 | Upgraded to Postgres 13.19 |
 | 1.2.0 | 14.11 | Final version with configuration secret, extra config and extra volume support |
 | 1.2.1 | 14.11 | Fixed missing envFrom |
 | 1.2.2 | 14.12 | Upgraded to Postgres 14.12 |
-- 
GitLab