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: