From fd3e9af223507eb44604018a868fbe6e13ecc2dc Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Fri, 12 Nov 2021 13:55:51 +0100
Subject: [PATCH] Update postgres chart for Postgres 14.1 (#702)

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

diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 4068ecb8..35a7ecaf 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.14
+version: 0.3.1
 
-appVersion: "13.5"
+appVersion: "14.1"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 366a5cf8..ce6fbdce 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.2.14](https://img.shields.io/badge/Version-0.2.14-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.5](https://img.shields.io/badge/AppVersion-13.5-informational?style=flat-square)
+![Version: 0.3.1](https://img.shields.io/badge/Version-0.3.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 14.1](https://img.shields.io/badge/AppVersion-14.1-informational?style=flat-square)
 
 A Helm chart for PostgreSQL on Kubernetes
 
-- 
GitLab