From bf7fa504a26ffebb1a4b3afcb15d8432fb4ca060 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Sun, 24 Mar 2024 15:51:20 +0100
Subject: [PATCH] Fixed missing envFrom for Postgres 13.14

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

diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml
index 4488cb91..6dc5a2c0 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.0.1"
+version: "1.1.1"
 
-appVersion: "12.8"
+appVersion: "13.14"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index f4c5d2e8..0d06cedd 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -47,6 +47,7 @@
 | 1.0.0 | 12.8 | Final version with configuration secret, extra config and extra volume support |
 | 1.0.1 | 12.8 | Fixed missing envFrom |
 | 1.1.0 | 13.14 | Final version with configuration secret, extra config and extra volume support |
+| 1.1.1 | 13.14 | Fixed missing envFrom |
 | 1.2.0 | 14.11 | Final version with configuration secret, extra config and extra volume support |
 | 1.3.0 | 15.6 | Final version with configuration secret, extra config and extra volume support |
 | 1.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |
-- 
GitLab