From 464a49c870442a3ccc0dc70fedd4d127d30265a2 Mon Sep 17 00:00:00 2001
From: groundhog2k <10630407+groundhog2k@users.noreply.github.com>
Date: Wed, 9 Jun 2021 15:28:31 +0200
Subject: [PATCH] Update postgres chart for Postgres 13.3 (#466)

---
 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 d1b6b705..7e93f35c 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: 0.2.10
+version: 0.2.11
 
-appVersion: "13.2"
+appVersion: "13.3"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index c6ae2657..d4a5a743 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.2.10](https://img.shields.io/badge/Version-0.2.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.2](https://img.shields.io/badge/AppVersion-13.2-informational?style=flat-square)
+![Version: 0.2.11](https://img.shields.io/badge/Version-0.2.11-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.3](https://img.shields.io/badge/AppVersion-13.3-informational?style=flat-square)
 
 A Helm chart for PostgreSQL on Kubernetes
 
-- 
GitLab