From fd3e9af223507eb44604018a868fbe6e13ecc2dc Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 12 Nov 2021 13:55:51 +0100 Subject: [PATCH] Update postgres chart for Postgres 14.1 (#702) --- charts/postgres/Chart.yaml | 4 ++-- charts/postgres/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 4068ecb8..35a7ecaf 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.14 +version: 0.3.1 -appVersion: "13.5" +appVersion: "14.1" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index 366a5cf8..ce6fbdce 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,6 +1,6 @@ # PostgreSQL -   +   A Helm chart for PostgreSQL on Kubernetes -- GitLab