From 27025ed465d482e60fce7a190b68d640048fb993 Mon Sep 17 00:00:00 2001 From: Goeran Poehner <goeran.poehner@gmail.com> Date: Sun, 24 Mar 2024 15:52:20 +0100 Subject: [PATCH] Fixed missing envFrom for Postgres 14.11 --- 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 6dc5a2c0..0dedbfed 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -12,7 +12,7 @@ keywords: - database - postgres -version: "1.1.1" +version: "1.2.1" -appVersion: "13.14" +appVersion: "14.11" icon: https://www.postgresql.org/media/img/about/press/elephant64.png diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index 0d06cedd..72cae1ed 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -49,6 +49,7 @@ | 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.2.1 | 14.11 | Fixed missing envFrom | | 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