From 9c834b30e9ea3c92f1bf5aa331da2602bee80bb0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <goeran.poehner@gmail.com>
Date: Wed, 20 Sep 2023 15:06:14 +0200
Subject: [PATCH] Updated postgres chart for Postgres 16.0

---
 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 49d601b2..6106171e 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "0.4.6"
+version: "0.5.0"
 
-appVersion: "15.4"
+appVersion: "16.0"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 6b179900..62224fd8 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.4.6](https://img.shields.io/badge/Version-0.4.6-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 15.4](https://img.shields.io/badge/AppVersion-15.4-informational?style=flat-square)
+![Version: 0.5.0](https://img.shields.io/badge/Version-0.5.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16.0](https://img.shields.io/badge/AppVersion-16.0-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 9ac5588b..d4d129f4 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -34,4 +34,5 @@
 | 0.4.4 | 15.2 | Updated default security context |
 | 0.4.5 | 15.3 | Upgraded to Postgres 15.3 |
 | 0.4.6 | 15.4 | Upgraded to Postgres 15.4 |
+| 0.5.0 | 16.0 | Upgraded to Postgres 16.0 |
 | | | |
-- 
GitLab