From e87e751cb49fdd5afec334125cd036897e3c6679 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sat, 11 Feb 2023 11:09:06 +0100
Subject: [PATCH] Updated postgres chart for Postgres 14.7

---
 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 2e0fde45..e913ffc4 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.24
+version: "0.3.15"
 
-appVersion: "13.10"
+appVersion: "14.7"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 2df2721a..adf4e4ab 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -22,6 +22,7 @@
 | 0.3.12 | 14.5 | Implemented support for custom inline init scripts |
 | 0.3.13 | 14.5 | Implemented support for image.registry option |
 | 0.3.14 | 14.6 | Upgraded to Postgres 14.6 |
+| 0.3.15 | 14.7 | Upgraded to Postgres 14.7 |
 | 0.4.0 | 15.0 | Upgraded to Postgres 15.0 |
 | 0.4.1 | 15.1 | Upgraded to Postgres 15.1 |
 | | | |
-- 
GitLab