Update elastic to 6.6.0 (#10996)

Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
Ismail Alidzhikov
2019-01-30 10:59:28 -08:00
committed by Kubernetes Prow Robot
parent b1def63d1b
commit b23f62747b
3 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
name: elasticsearch
home: https://www.elastic.co/products/elasticsearch
version: 1.17.2
appVersion: 6.5.4
version: 1.18.0
appVersion: 6.6.0
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
+1 -1
View File
@@ -61,7 +61,7 @@ The following table lists the configurable parameters of the elasticsearch chart
| Parameter | Description | Default |
| ------------------------------------ | ------------------------------------------------------------------- | --------------------------------------------------- |
| `appVersion` | Application Version (Elasticsearch) | `6.5.4` |
| `appVersion` | Application Version (Elasticsearch) | `6.6.0` |
| `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` |
+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.4"
appVersion: "6.6.0"
## 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.4"
tag: "6.6.0"
pullPolicy: "IfNotPresent"
# If specified, use these secrets to access the image
# pullSecrets: