From 75e3ef32e876189b6f8728853bc7673861a45ded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 21 May 2022 09:56:01 +0200 Subject: [PATCH] Update postgre chart for Postgres 14.3 (#1008) --- 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 9a03694d..507b48a9 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.20 +version: 0.3.9 -appVersion: "13.7" +appVersion: "14.3" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 169909a8..f844c3a9 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,6 +1,6 @@ # PostgreSQL -   +   ## Changelog diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index df99c3c5..c6da350a 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -12,4 +12,5 @@ | 0.3.6 | 14.1 | Implemented support for extra secrets and advanced configuration capabilites | | 0.3.7 | 14.1 | Implemented support for extra containers | | 0.3.8 | 14.2 | Upgraded to Postgres 14.2 | +| 0.3.9 | 14.3 | Upgraded to Postgres 14.3 | | | | | -- GitLab