diff --git a/stable/postgresql/Chart.yaml b/stable/postgresql/Chart.yaml index ab8e9b4baf..c9ef89ab16 100644 --- a/stable/postgresql/Chart.yaml +++ b/stable/postgresql/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: postgresql -version: 8.4.0 +version: 8.4.1 appVersion: 11.7.0 description: Chart for PostgreSQL, an object-relational database management system (ORDBMS) with an emphasis on extensibility and on standards-compliance. keywords: diff --git a/stable/postgresql/README.md b/stable/postgresql/README.md index 19455577e5..26dfb66623 100644 --- a/stable/postgresql/README.md +++ b/stable/postgresql/README.md @@ -274,7 +274,7 @@ To horizontally scale this chart, you can use the `--replicas` flag to modify th ### Change PostgreSQL version -To modify the PostgreSQL version used in this chart you can specify a [valid image tag](https://hub.docker.com/r/bitnami/postgresql/tags/) using the `image.tag` parameter. For example, `image.tag=12.0.0-debian-9-r0` +To modify the PostgreSQL version used in this chart you can specify a [valid image tag](https://hub.docker.com/r/bitnami/postgresql/tags/) using the `image.tag` parameter. For example, `image.tag=12.0.0` ### postgresql.conf / pg_hba.conf files as configMap