From 39b972063f0a925391c05ccad9749790dd2ca7a3 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:48:51 +0100
Subject: [PATCH] Updated postgres chart for Postgres 15.5 (#1282)

---
 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 d8125200..526647e4 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.3.18"
+version: "0.4.7"
 
-appVersion: "14.10"
+appVersion: "15.5"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 332e82c0..4dcb5004 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -36,5 +36,6 @@
 | 0.4.4 | 15.2 | Updated default security context |
 | 0.4.5 | 15.3 | Upgraded to Postgres 15.3 |
 | 0.4.6 | 15.4 | Upgraded to Postgres 15.4 |
+| 0.4.7 | 15.5 | Upgraded to Postgres 15.5 |
 | 0.5.0 | 16.0 | Upgraded to Postgres 16.0 |
 | | | |
-- 
GitLab