upgrade elasticsearch to 6.5.1 (#9685)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2018-12-05 01:18:09 -08:00
committed by Kubernetes Prow Robot
parent 02c34b7dc3
commit e3f37d330b
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.14.1
appVersion: 6.5.0
version: 1.14.2
appVersion: 6.5.1
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
+2 -2
View File
@@ -61,9 +61,9 @@ The following table lists the configurable parameters of the elasticsearch chart
| Parameter | Description | Default |
| ------------------------------------ | ------------------------------------------------------------------- | --------------------------------------------------- |
| `appVersion` | Application Version (Elasticsearch) | `6.5.0` |
| `appVersion` | Application Version (Elasticsearch) | `6.5.1` |
| `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` |
| `image.tag` | Container image tag | `6.5.0` |
| `image.tag` | Container image tag | `6.5.1` |
| `image.pullPolicy` | Container pull policy | `IfNotPresent` |
| `initImage.repository` | Init container image name | `busybox` |
| `initImage.tag` | Init container image tag | `latest` |
+2 -2
View File
@@ -1,7 +1,7 @@
# Default values for elasticsearch.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
appVersion: "6.5.0"
appVersion: "6.5.1"
## Define serviceAccount names for components. Defaults to component's fully qualified name.
##
@@ -33,7 +33,7 @@ podSecurityPolicy:
image:
repository: "docker.elastic.co/elasticsearch/elasticsearch-oss"
tag: "6.5.0"
tag: "6.5.1"
pullPolicy: "IfNotPresent"
# If specified, use these secrets to access the image
# pullSecrets: