From aef5880e9b44acb309449886cd677c282b4a081e 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:46:53 +0100
Subject: [PATCH] Updated postgres chart for Postgres 13.14

---
 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 bc4d7518..7d0ab095 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.5.2"
+version: "0.2.28"
 
-appVersion: "16.1"
+appVersion: "13.14"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 01050797..930befd9 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -14,6 +14,7 @@
 | 0.2.25 | 13.11 | Upgraded to Postgres 13.11 |
 | 0.2.26 | 13.12 | Upgraded to Postgres 13.12 |
 | 0.2.27 | 13.13 | Upgraded to Postgres 13.13 |
+| 0.2.28 | 13.14 | Upgraded to Postgres 13.14 |
 | 0.3.4 | 14.1 | Fixes bug with wrong mounted customConfig #811 |
 | 0.3.5 | 14.1 | Updated readme and release notes |
 | 0.3.6 | 14.1 | Implemented support for extra secrets and advanced configuration capabilites |
-- 
GitLab