diff --git a/incubator/patroni/Chart.yaml b/incubator/patroni/Chart.yaml index 0d304063c8..47b0ea9dd2 100644 --- a/incubator/patroni/Chart.yaml +++ b/incubator/patroni/Chart.yaml @@ -1,6 +1,6 @@ name: patroni description: 'Highly available elephant herd: HA PostgreSQL cluster.' -version: 0.7.0 +version: 0.7.1 appVersion: 1.4-p7 home: https://github.com/zalando/patroni sources: diff --git a/incubator/patroni/README.md b/incubator/patroni/README.md index b5af02cd8f..309f0432b8 100644 --- a/incubator/patroni/README.md +++ b/incubator/patroni/README.md @@ -63,12 +63,12 @@ The following table lists the configurable parameters of the patroni chart and t | `nameOverride` | Override the name of the chart | `nil` | | `fullnameOverride` | Override the fullname of the chart | `nil` | | `replicaCount` | Amount of pods to spawn | `5` | -| `image.repository` | The container to pull | `registry.opensource.zalan.do/acid/spilo-10` | -| `image.tag` | The version of the container to pull | `1.4-p6` | +| `image.repository` | The image to pull | `registry.opensource.zalan.do/acid/spilo-10` | +| `image.tag` | The version of the image to pull | `1.4-p6` | | `image.pullPolicy` | The pull policy | `IfNotPresent` | | `credentials.superuser` | Password of the superuser | `tea` | | `credentials.admin` | Password of the admin | `cola` | -| `credentials.standby` | Password fo the replication user | `pinacolada` | +| `credentials.standby` | Password of the replication user | `pinacolada` | | `etcd.enable` | Using etcd as DCS | `true` | | `etcd.deployChart` | Deploy etcd chart | `true` | | `etcd.host` | Host name of etcd cluster | `nil` |