From 2af2b3cb7908a3bd92d356c95bea9a975ff822c2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 24 Feb 2020 16:02:48 +0100 Subject: [PATCH] [bitnami/postgresql] Remove invalid debian-9 references (#20976) Signed-off-by: Carlos Rodriguez Hernandez --- stable/postgresql/Chart.yaml | 2 +- stable/postgresql/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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