diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 79a4c0c1bb4f01ae68b5575da73efc9d76416d96..3062518a6d7376da1c671e3c9cb83ab828413569 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 b3b90c8988adad156abd4f3bbc406c499b730530..f11975a5feaec916bd2077db485984bea78d11f7 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 0000000000000000000000000000000000000000..db10bfdbbd47513131a33934e046a03814e09cff --- /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 |