From 5f52964931b9d3a7e5b704ae6ee42f48858473a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=B6ran=20P=C3=B6hner?= <10630407+groundhog2k@users.noreply.github.com> Date: Fri, 21 Jan 2022 15:28:26 +0100 Subject: [PATCH] Fixed issue #811 (#814) --- charts/postgres/Chart.yaml | 4 ++-- charts/postgres/README.md | 6 +++++- charts/postgres/RELEASENOTES.md | 4 ++++ 3 files changed, 11 insertions(+), 3 deletions(-) create mode 100644 charts/postgres/RELEASENOTES.md diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 79a4c0c1..3062518a 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -7,6 +7,6 @@ type: application maintainers: - name: groundhog2k -version: 0.2.16 +version: 0.3.4 -appVersion: "13.5" +appVersion: "14.1" diff --git a/charts/postgres/README.md b/charts/postgres/README.md index b3b90c89..f11975a5 100644 --- a/charts/postgres/README.md +++ b/charts/postgres/README.md @@ -1,6 +1,10 @@ # PostgreSQL -   +   + +## Changelog + +see [RELEASENOTES.md](RELEASENOTES.md) A Helm chart for PostgreSQL on Kubernetes diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md new file mode 100644 index 00000000..db10bfdb --- /dev/null +++ b/charts/postgres/RELEASENOTES.md @@ -0,0 +1,4 @@ +| Chart version | App version | Change description | +| :------------ | :---------- | :----------------- | +| 0.2.16 | 13.5 | Fixes bug with wrong mounted customConfig #811 | +| 0.3.4 | 14.1 | Fixes bug with wrong mounted customConfig #811 | -- GitLab