From c9fbb62b787db0c4631279c1d74d583b0410b527 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:39:12 +0100
Subject: [PATCH] Updated postgres chart for Postgres 13.13 (#1280)

---
 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 6106171e..a55db5ce 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.5.0"
+version: "0.2.27"
 
-appVersion: "16.0"
+appVersion: "13.13"
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index d4d129f4..84bb7b3c 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -13,6 +13,7 @@
 | 0.2.24 | 13.10 | Upgraded to Postgres 13.10 |
 | 0.2.25 | 13.11 | Upgraded to Postgres 13.11 |
 | 0.2.26 | 13.12 | Upgraded to Postgres 13.12 |
+| 0.2.27 | 13.13 | Upgraded to Postgres 13.13 |
 | 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