From de59b51c48233938c8fa0fbf95ca309a74aeeac4 Mon Sep 17 00:00:00 2001 From: Fabrizio Fortino Date: Mon, 17 Dec 2018 21:51:51 +0100 Subject: [PATCH] [stable/elasticsearch] update to version 6.5.3 (#10050) Signed-off-by: Fabrizio Fortino --- stable/elasticsearch/Chart.yaml | 4 ++-- stable/elasticsearch/README.md | 2 +- stable/elasticsearch/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/elasticsearch/Chart.yaml b/stable/elasticsearch/Chart.yaml index 8b04710b31..12a384d324 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.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 diff --git a/stable/elasticsearch/README.md b/stable/elasticsearch/README.md index 8d1445fb88..a405b95c32 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.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` | diff --git a/stable/elasticsearch/values.yaml b/stable/elasticsearch/values.yaml index bfbe8d93af..56ace4a163 100644 --- a/stable/elasticsearch/values.yaml +++ b/stable/elasticsearch/values.yaml @@ -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: