From b39b4c2feffd7becec421d5de52b4570aa0c959c Mon Sep 17 00:00:00 2001 From: Shun Tsunoda Date: Thu, 16 Jan 2020 07:32:22 +0900 Subject: [PATCH] [stable/elasticsearch] add pullSecrets in README.md (#20064) Signed-off-by: Shun Tsunoda --- stable/elasticsearch/Chart.yaml | 2 +- stable/elasticsearch/README.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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` |