From e1779b1364b5ef440e802c43f3fb957b85023962 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sat, 11 May 2024 09:21:22 +0200 Subject: [PATCH] Updated postgres chart for Postgres 13.15 --- 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 7123f7c0..2234124c 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -12,7 +12,7 @@ keywords: - database - postgres -version: "1.0.2" +version: "1.1.2" -appVersion: "12.18" +appVersion: "13.15" icon: https://www.postgresql.org/media/img/about/press/elephant64.png diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index baf938bb..bea9f1b2 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -49,6 +49,7 @@ | 1.0.2 | 12.18 | 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.1.2 | 13.15 | Upgraded to Postgres 13.15 | | 1.2.0 | 14.11 | Final version with configuration secret, extra config and extra volume support | | 1.2.1 | 14.11 | Fixed missing envFrom | | 1.3.0 | 15.6 | Final version with configuration secret, extra config and extra volume support | -- GitLab