diff --git a/charts/postgres/Chart.yaml b/charts/postgres/Chart.yaml index 4488cb9111a6f4390f9c826e00c3d6d1ef7283a1..6dc5a2c047c2ba96b11345dbc592a1094632a535 100644 --- a/charts/postgres/Chart.yaml +++ b/charts/postgres/Chart.yaml @@ -12,7 +12,7 @@ keywords: - database - postgres -version: "1.0.1" +version: "1.1.1" -appVersion: "12.8" +appVersion: "13.14" icon: https://www.postgresql.org/media/img/about/press/elephant64.png diff --git a/charts/postgres/RELEASENOTES.md b/charts/postgres/RELEASENOTES.md index f4c5d2e8804cb40ac9503ddc22197adfb2c177f4..0d06cedd7e0245d3fc4aee64d816c4f9070b7da6 100644 --- a/charts/postgres/RELEASENOTES.md +++ b/charts/postgres/RELEASENOTES.md @@ -47,6 +47,7 @@ | 1.0.0 | 12.8 | Final version with configuration secret, extra config and extra volume support | | 1.0.1 | 12.8 | Fixed missing envFrom | | 1.1.0 | 13.14 | Final version with configuration secret, extra config and extra volume support | +| 1.1.1 | 13.14 | Fixed missing envFrom | | 1.2.0 | 14.11 | Final version with configuration secret, extra config and extra volume support | | 1.3.0 | 15.6 | Final version with configuration secret, extra config and extra volume support | | 1.4.0 | 16.2 | Final version with configuration secret, extra config and extra volume support |