From 7deb6962cee5867a5dea2ef193f2e21b9da4a2b0 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sun, 24 Mar 2024 11:53:03 +0100
Subject: [PATCH] Final chart version for Postgres 13.14

---
 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 8683d453..50508e30 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -7,6 +7,6 @@ type: application
 maintainers:
   - name: groundhog2k
 
-version: "1.0.0"
+version: "1.1.0"
 
-appVersion: "12.18"
+appVersion: "13.14"
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index 8768f7ed..f05934f2 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 0.5.3](https://img.shields.io/badge/Version-0.5.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 16.2](https://img.shields.io/badge/AppVersion-16.2-informational?style=flat-square)
+![Version: 1.1.0](https://img.shields.io/badge/Version-1.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 13.14](https://img.shields.io/badge/AppVersion-13.14-informational?style=flat-square)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index b104bd7d..80a62b23 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -45,4 +45,5 @@
 | 0.5.2 | 16.1 | Added support for network policies and additional labels and annotations |
 | 0.5.3 | 16.2 | Upgraded to Postgres 16.2 |
 | 1.0.0 | 12.8 | Final version with configuration secret, extra config and extra volume support |
+| 1.1.0 | 13.14 | Final version with configuration secret, extra config and extra volume support |
 | | | |
-- 
GitLab