From 92a9cc2dd0efe1e9bbb13074c5466e8cd79ab983 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Sun, 29 Nov 2020 11:15:39 +0100
Subject: [PATCH] Upgrades postgres to 13.1 (#81)

---
 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 4b4d1cc3..60a6efe0 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.1.2
+version: 0.1.3
 
-appVersion: "13.0"
+appVersion: "13.1"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 9f74864b..34a97a97 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.0](https://img.shields.io/badge/AppVersion-13.0-informational?style=flat-square)
+![Version: 0.1.3](https://img.shields.io/badge/Version-0.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.1](https://img.shields.io/badge/AppVersion-13.1-informational?style=flat-square)
 
 A Helm chart for PostgreSQL on Kubernetes
 
-- 
GitLab