Skip to content
This repository has been archived by the owner on Feb 22, 2022. It is now read-only.

Commit

Permalink
[stable/postgresql] - Fix readme typo (#21256)
Browse files Browse the repository at this point in the history
* bitnami/influxdb was stated in the upgrade section instead of stable/postgresql

Signed-off-by: semyont <semyont@gmail.com>

* bump patch version

Signed-off-by: semyont <semyont@gmail.com>
  • Loading branch information
semyont committed Mar 10, 2020
1 parent b33e4ce commit c457a8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion stable/postgresql/Chart.yaml
@@ -1,6 +1,6 @@
apiVersion: v1
name: postgresql
version: 8.6.1
version: 8.6.2
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:
Expand Down
2 changes: 1 addition & 1 deletion stable/postgresql/README.md
Expand Up @@ -427,7 +427,7 @@ helm install postgres \
It's necessary to specify the existing passwords while performing an upgrade to ensure the secrets are not updated with invalid randomly generated passwords. Remember to specify the existing values of the `postgresqlPassword` and `replication.password` parameters when upgrading the chart:

```bash
$ helm upgrade my-release bitnami/influxdb \
$ helm upgrade my-release stable/postgresql \
--set postgresqlPassword=[POSTGRESQL_PASSWORD] \
--set replication.password=[REPLICATION_PASSWORD]
```
Expand Down

0 comments on commit c457a8c

Please sign in to comment.