From 021f9ca2d3815d21613099121988a4ed1d2c60e0 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Wed, 6 Oct 2021 17:28:58 +0200 Subject: [PATCH] Update postgres chart for Postgres 14.0 (#640) --- charts/postgres/Chart.yaml | 4 ++-- charts/postgres/README.md | 6 +++++- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 0627e554..6e3c1ef6 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.13 +version: 0.3.0 -appVersion: "13.4" +appVersion: "14.0" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index c4457e19..c3e0446f 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,9 +1,13 @@ # PostgreSQL -   +   A Helm chart for PostgreSQL on Kubernetes +## ⚠️ Warning + +There is no automatic database upgrade from PostgreSQL 13.x (Chart version 0.2.x) to PostgreSQL 14.x (Chart version 0.3.x) and deployment will fail when database is PostgreSQL 13.x. + ## TL;DR ```bash -- GitLab