From acba4558f93ae67c2c2e86ab3fa49edb13cccf69 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 19 Feb 2025 08:53:05 +0100
Subject: [PATCH] Updated postgres chart for Postgres 15.11

---
 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 020b643..5c53bc6 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.2.5"
+version: "1.3.5"
 
-appVersion: "14.16"
+appVersion: "15.11"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index ae6fe0d..801ed53 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -67,6 +67,7 @@
 | 1.3.3 | 15.8 | Upgraded to Postgres 15.8 |
 | 1.3.2 | 15.7 | Upgraded to Postgres 15.7 |
 | 1.3.4 | 15.10 | Upgraded to Postgres 15.10 |
+| 1.3.5 | 15.11 | Upgraded to Postgres 15.11 |
 | 1.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |
 | 1.4.1 | 16.2 | Fixed missing envFrom |
 | 1.4.2 | 16.2 | Updated README |
-- 
GitLab