diff --git a/stable/aerospike/Chart.yaml b/stable/aerospike/Chart.yaml index 4b129caf68..96a8d88d05 100644 --- a/stable/aerospike/Chart.yaml +++ b/stable/aerospike/Chart.yaml @@ -5,7 +5,7 @@ keywords: - aerospike - big-data home: http://aerospike.com -version: 0.2.0 +version: 0.2.1 icon: https://s3-us-west-1.amazonaws.com/aerospike-fd/wp-content/uploads/2016/06/Aerospike_square_logo.png sources: - https://github.com/aerospike/aerospike-server diff --git a/stable/aerospike/README.md b/stable/aerospike/README.md index eeb74cc3b0..112448ea55 100644 --- a/stable/aerospike/README.md +++ b/stable/aerospike/README.md @@ -45,11 +45,11 @@ The chart can be customized using the following configurable parameters: | `replicaCount` | Aerospike Brokers | `1` | | `command` | Custom command (Docker Entrypoint) | `[]` | | `args` | Custom args (Docker Cmd) | `[]` | -| `persistentVolume` | config of persistent volumes for storage-engine | `{}` | -| `confFile` | config filename. This file should be included in the chart path | `aerospike.conf` | -| `resources` | resource requests and limits | `{}` | +| `persistentVolume` | Config of persistent volumes for storage-engine | `{}` | +| `confFile` | Config filename. This file should be included in the chart path | `aerospike.conf` | +| `resources` | Resource requests and limits | `{}` | | `nodeSelector` | Labels for pod assignment | `{}` | -| `terminationGracePeriodSeconds` | wit time before forcefully terminating container | `30` | +| `terminationGracePeriodSeconds` | Wait time before forcefully terminating container | `30` | Specify parameters using `--set key=value[,key=value]` argument to `helm install`