From b23f62747b2d7c03edba8f1a5fa2dbe4d0714bc6 Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Wed, 30 Jan 2019 20:59:28 +0200 Subject: [PATCH] Update elastic to 6.6.0 (#10996) Signed-off-by: ialidzhikov --- stable/elasticsearch/Chart.yaml | 4 ++-- stable/elasticsearch/README.md | 2 +- stable/elasticsearch/values.yaml | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/stable/elasticsearch/Chart.yaml b/stable/elasticsearch/Chart.yaml index 3259db972c..987059a42a 100755 --- a/stable/elasticsearch/Chart.yaml +++ b/stable/elasticsearch/Chart.yaml @@ -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 diff --git a/stable/elasticsearch/README.md b/stable/elasticsearch/README.md index 94a695c4ca..ffb1df3a58 100644 --- a/stable/elasticsearch/README.md +++ b/stable/elasticsearch/README.md @@ -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` | diff --git a/stable/elasticsearch/values.yaml b/stable/elasticsearch/values.yaml index 623901c70e..f3ec64f9e4 100644 --- a/stable/elasticsearch/values.yaml +++ b/stable/elasticsearch/values.yaml @@ -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: