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

---
 charts/postgres/Chart.yaml      | 4 ++--
 charts/postgres/README.md       | 2 +-
 charts/postgres/RELEASENOTES.md | 1 +
 3 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index e913ffc4..2cc0e142 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.3.15"
+version: "0.4.2"
 
-appVersion: "14.7"
+appVersion: "15.2"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 3fc18d52..8f24517b 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.4.1](https://img.shields.io/badge/Version-0.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.1](https://img.shields.io/badge/AppVersion-15.1-informational?style=flat-square)
+![Version: 0.4.2](https://img.shields.io/badge/Version-0.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.2](https://img.shields.io/badge/AppVersion-15.2-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index adf4e4ab..b660a93a 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -25,4 +25,5 @@
 | 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 |
+| 0.4.2 | 15.2 | Upgraded to Postgres 15.2 |
 | | | |
-- 
GitLab