From eea71bea38e450f3c7d1c8589de4bc527463ee9f Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Tue, 21 Nov 2023 20:44:11 +0100
Subject: [PATCH] Updated postgres chart for Postgres 14.10 (#1281)

---
 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 a55db5ce..d8125200 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.2.27"
+version: "0.3.18"
 
-appVersion: "13.13"
+appVersion: "14.10"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 84bb7b3c..332e82c0 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -28,6 +28,7 @@
 | 0.3.15 | 14.7 | Upgraded to Postgres 14.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.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