diff --git a/stable/elasticsearch/Chart.yaml b/stable/elasticsearch/Chart.yaml index 62e3f0c561..7c4d6f358b 100755 --- a/stable/elasticsearch/Chart.yaml +++ b/stable/elasticsearch/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: elasticsearch home: https://www.elastic.co/products/elasticsearch -version: 1.32.1 +version: 1.32.2 appVersion: 6.8.2 description: Flexible and powerful open source, distributed real-time search and analytics engine. diff --git a/stable/elasticsearch/README.md b/stable/elasticsearch/README.md index ee799be0f5..682b0e7107 100644 --- a/stable/elasticsearch/README.md +++ b/stable/elasticsearch/README.md @@ -73,6 +73,7 @@ The following table lists the configurable parameters of the elasticsearch chart | `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` | | `image.tag` | Container image tag | `6.8.2` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | +| `image.pullSecrets` | container image pull secrets | `[]` | | `initImage.repository` | Init container image name | `busybox` | | `initImage.tag` | Init container image tag | `latest` | | `initImage.pullPolicy` | Init container pull policy | `Always` |