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

---
 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 e38f5c55..a1c27f1b 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.3.1"
+version: "1.4.1"
 
-appVersion: "15.6"
+appVersion: "16.2"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/README.md b/charts/postgres/README.md
index f9ca395d..6f6f24d7 100644
--- a/charts/postgres/README.md
+++ b/charts/postgres/README.md
@@ -1,6 +1,6 @@
 # PostgreSQL
 
-![Version: 1.4.0](https://img.shields.io/badge/Version-1.4.0-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.4.1](https://img.shields.io/badge/Version-1.4.1-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)
 
 ## Changelog
 
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 8c8105a0..469a1164 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -53,4 +53,5 @@
 | 1.3.0 | 15.6 | Final version with configuration secret, extra config and extra volume support |
 | 1.3.1 | 15.6 | Fixed missing envFrom |
 | 1.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |
+| 1.4.1 | 16.2 | Fixed missing envFrom |
 | | | |
-- 
GitLab