From 668630b1cb12b3ad355d52b86c8f30d41cc654c1 Mon Sep 17 00:00:00 2001
From: Goeran Poehner <goeran.poehner@gmail.com>
Date: Wed, 19 Feb 2025 08:53:54 +0100
Subject: [PATCH] Updatedv postgres chart for Postgres 16.7

---
 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 5c53bc6..54ed68a 100644
--- a/charts/postgres/Chart.yaml
+++ b/charts/postgres/Chart.yaml
@@ -12,7 +12,7 @@ keywords:
   - database
   - postgres
 
-version: "1.3.5"
+version: "1.4.6"
 
-appVersion: "15.11"
+appVersion: "16.7"
 icon: https://www.postgresql.org/media/img/about/press/elephant64.png
diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md
index 801ed53..f89a868 100644
--- a/charts/postgres/RELEASENOTES.md
+++ b/charts/postgres/RELEASENOTES.md
@@ -74,6 +74,7 @@
 | 1.4.3 | 16.3 | Upgraded to Postgres 16.3 |
 | 1.4.4 | 16.4 | Upgraded to Postgres 16.4 |
 | 1.4.5 | 16.6 | Upgraded to Postgres 16.6 |
+| 1.4.6 | 16.7 | Upgraded to Postgres 16.7 |
 | 1.5.0 | 17.0 | Added Postgres 17.0 |
 | 1.5.1 | 17.2 | Added Postgres 17.2 |
 | | | |
-- 
GitLab