From 935911e23ffd6ebf0467eb25412ca27f28c2361e Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 19 Feb 2025 08:51:34 +0100
Subject: [PATCH] Updated postgres chart for Postgres 14.16

---
 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 06cca32..020b643 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.1.5"
+version: "1.2.5"
 
-appVersion: "13.19"
+appVersion: "14.16"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index e93f674..ae6fe0d 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -60,6 +60,7 @@
 | 1.2.2 | 14.12 | Upgraded to Postgres 14.12 |
 | 1.2.3 | 14.13 | Upgraded to Postgres 14.13 |
 | 1.2.4 | 14.15 | Upgraded to Postgres 14.15 |
+| 1.2.5 | 14.16 | Upgraded to Postgres 14.16 |
 | 1.3.0 | 15.6 | Final version with configuration secret, extra config and extra volume support |
 | 1.3.1 | 15.6 | Fixed missing envFrom |
 | 1.3.2 | 15.7 | Upgraded to Postgres 15.7 |
-- 
GitLab