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

---
 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 ecac8f8b..2e0fde45 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.4.1
+version: 0.2.24
 
-appVersion: "15.1"
+appVersion: "13.10"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 95102f8c..2df2721a 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -10,6 +10,7 @@
 | 0.2.21 | 13.8 | Upgraded to Postgres 13.8 |
 | 0.2.22 | 13.8 | Implemented support for custom inline init scripts and image.registry option |
 | 0.2.23 | 13.9 | Upgraded to Postgres 13.9 |
+| 0.2.24 | 13.10 | Upgraded to Postgres 13.10 |
 | 0.3.4 | 14.1 | Fixes bug with wrong mounted customConfig #811 |
 | 0.3.5 | 14.1 | Updated readme and release notes |
 | 0.3.6 | 14.1 | Implemented support for extra secrets and advanced configuration capabilites |
-- 
GitLab