From 096399bc28a43fc83c92558ffb85d33614fb269b Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sat, 11 May 2024 09:22:15 +0200
Subject: [PATCH] Updated postgres chart for Postgres 14.12

---
 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 2234124c..53056ebd 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.1.2"
+version: "1.2.2"
 
-appVersion: "13.15"
+appVersion: "14.12"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index bea9f1b2..7dc8131b 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -52,6 +52,7 @@
 | 1.1.2 | 13.15 | Upgraded to Postgres 13.15 |
 | 1.2.0 | 14.11 | Final version with configuration secret, extra config and extra volume support |
 | 1.2.1 | 14.11 | Fixed missing envFrom |
+| 1.2.2 | 14.12 | Upgraded to Postgres 14.12 |
 | 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.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |
-- 
GitLab