diff --git a/stable/aerospike/Chart.yaml b/stable/aerospike/Chart.yaml index 5f4b694bb0..046a45fe98 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.1.5 +version: 0.1.6 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 9a16011911..4bbd4d95f7 100644 --- a/stable/aerospike/README.md +++ b/stable/aerospike/README.md @@ -32,7 +32,7 @@ To install the chart with the release name `my-aerospike` using a dedicated name ``` $ helm repo add incubator http://storage.googleapis.com/kubernetes-charts-incubator -$ helm install --name my-aerospike --namespace aerospike incubator/aerospike +$ helm install --name my-aerospike --namespace aerospike stable/aerospike ``` The chart can be customized using the following configurable parameters: @@ -54,7 +54,7 @@ Specify parameters using `--set key=value[,key=value]` argument to `helm install Alternatively a YAML file that specifies the values for the parameters can be provided like this: ```bash -$ helm install --name my-aerospike -f values.yaml incubator/aerospike +$ helm install --name my-aerospike -f values.yaml stable/aerospike ``` ### Conf files for Aerospike