From 40697c7d1f3a91c86337fc04a14aa46fe125f37b Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?=
 <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 3 Jul 2022 10:01:45 +0200
Subject: [PATCH] Update posgres chart for Postgres 14.4 (#1076)

---
 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 507b48a9..74d84195 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.3.9
+version: 0.3.10
 
-appVersion: "14.3"
+appVersion: "14.4"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index f844c3a9..7a5c81fd 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.3.9](https://img.shields.io/badge/Version-0.3.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.3](https://img.shields.io/badge/AppVersion-14.3-informational?style=flat-square)
+![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)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index c6da350a..944a549d 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -13,4 +13,5 @@
 | 0.3.7 | 14.1 | Implemented support for extra containers |
 | 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 |
 | | | |
-- 
GitLab