[stable/elasticsearch] add pullSecrets in README.md (#20064)

Signed-off-by: Shun Tsunoda <tsunoda0330@gmail.com>
This commit is contained in:
Shun Tsunoda
2020-01-15 14:32:22 -08:00
committed by Kubernetes Prow Robot
parent a3000caa21
commit b39b4c2fef
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -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.
+1
View File
@@ -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` |