diff --git a/stable/aerospike/Chart.yaml b/stable/aerospike/Chart.yaml index 107f1cfd34..ac4ac0213f 100644 --- a/stable/aerospike/Chart.yaml +++ b/stable/aerospike/Chart.yaml @@ -6,7 +6,7 @@ keywords: - aerospike - big-data home: http://aerospike.com -version: 0.3.1 +version: 0.3.2 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 94eb495cfa..ac15ba3729 100644 --- a/stable/aerospike/README.md +++ b/stable/aerospike/README.md @@ -33,6 +33,7 @@ The chart can be customized using the following configurable parameters: | `image.repository` | Aerospike Container image name | `aerospike/aerospike-server` | | `image.tag` | Aerospike Container image tag | `4.5.0.5` | | `image.pullPolicy` | Aerospike Container pull policy | `Always` | +| `image.pullSecret` | Aerospike Pod pull secret | `` | | `replicaCount` | Aerospike Brokers | `1` | | `command` | Custom command (Docker Entrypoint) | `[]` | | `args` | Custom args (Docker Cmd) | `[]` | diff --git a/stable/aerospike/templates/statefulset.yaml b/stable/aerospike/templates/statefulset.yaml index 5a3fb646cc..3d23842397 100644 --- a/stable/aerospike/templates/statefulset.yaml +++ b/stable/aerospike/templates/statefulset.yaml @@ -91,7 +91,7 @@ spec: path: aerospike.conf {{ if .Values.image.pullSecret }} imagePullSecrets: - - name: {{ .Values.imagePullSecret }} + - name: {{ .Values.image.pullSecret }} {{- end }} volumeClaimTemplates: {{- range $pv := .Values.persistentVolume }}