From 139e505890a043ba7badc766fb4966a26bfe9547 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Sat, 13 Aug 2022 14:43:02 +0200
Subject: [PATCH] Update postgres chart for Postgres 14.5 (#1145)

---
 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 96d404da..1853f490 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.21
+version: 0.3.11
 
-appVersion: "13.8"
+appVersion: "14.5"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 7a5c81fd..674f668a 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.3.10](https://img.shields.io/badge/Version-0.3.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.4](https://img.shields.io/badge/AppVersion-14.4-informational?style=flat-square)
+![Version: 0.3.11](https://img.shields.io/badge/Version-0.3.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.5](https://img.shields.io/badge/AppVersion-14.5-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 7945a534..ab182fc2 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -15,4 +15,5 @@
 | 0.3.8 | 14.2 | Upgraded to Postgres 14.2 |
 | 0.3.9 | 14.3 | Upgraded to Postgres 14.3 |
 | 0.3.10 | 14.4 | Upgraded to Postgres 14.4 |
+| 0.3.11 | 14.5 | Upgraded to Postgres 14.5 |
 | | | |
-- 
GitLab