mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/elasticsearch] update to version 6.5.3 (#10050)
Signed-off-by: Fabrizio Fortino <fabrizio.fortino@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
643d2af5c3
commit
de59b51c48
@@ -1,7 +1,7 @@
|
||||
name: elasticsearch
|
||||
home: https://www.elastic.co/products/elasticsearch
|
||||
version: 1.15.0
|
||||
appVersion: 6.5.1
|
||||
version: 1.15.1
|
||||
appVersion: 6.5.3
|
||||
description: Flexible and powerful open source, distributed real-time search and analytics
|
||||
engine.
|
||||
icon: https://static-www.elastic.co/assets/blteb1c97719574938d/logo-elastic-elasticsearch-lt.svg
|
||||
|
||||
@@ -61,7 +61,7 @@ The following table lists the configurable parameters of the elasticsearch chart
|
||||
|
||||
| Parameter | Description | Default |
|
||||
| ------------------------------------ | ------------------------------------------------------------------- | --------------------------------------------------- |
|
||||
| `appVersion` | Application Version (Elasticsearch) | `6.5.1` |
|
||||
| `appVersion` | Application Version (Elasticsearch) | `6.5.3` |
|
||||
| `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` |
|
||||
| `image.tag` | Container image tag | `6.5.1` |
|
||||
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
|
||||
|
||||
@@ -33,7 +33,7 @@ podSecurityPolicy:
|
||||
|
||||
image:
|
||||
repository: "docker.elastic.co/elasticsearch/elasticsearch-oss"
|
||||
tag: "6.5.1"
|
||||
tag: "6.5.3"
|
||||
pullPolicy: "IfNotPresent"
|
||||
# If specified, use these secrets to access the image
|
||||
# pullSecrets:
|
||||
|
||||
Reference in New Issue
Block a user