mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/elasticsearch] add pullSecrets in README.md (#20064)
Signed-off-by: Shun Tsunoda <tsunoda0330@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
a3000caa21
commit
b39b4c2fef
@@ -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.
|
||||
|
||||
@@ -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` |
|
||||
|
||||
Reference in New Issue
Block a user