diff --git a/stable/elasticsearch/Chart.yaml b/stable/elasticsearch/Chart.yaml index 9328979f1c..9ef1ac1895 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.13.3 -appVersion: 6.4.3 +version: 1.14.0 +appVersion: 6.5.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 882776f074..8841caa26f 100644 --- a/stable/elasticsearch/README.md +++ b/stable/elasticsearch/README.md @@ -61,9 +61,9 @@ The following table lists the configurable parameters of the elasticsearch chart | Parameter | Description | Default | | ------------------------------------ | ------------------------------------------------------------------- | --------------------------------------------------- | -| `appVersion` | Application Version (Elasticsearch) | `6.4.3` | +| `appVersion` | Application Version (Elasticsearch) | `6.5.0` | | `image.repository` | Container image name | `docker.elastic.co/elasticsearch/elasticsearch-oss` | -| `image.tag` | Container image tag | `6.4.3` | +| `image.tag` | Container image tag | `6.5.0` | | `image.pullPolicy` | Container pull policy | `IfNotPresent` | | `initImage.repository` | Init container image name | `busybox` | | `initImage.tag` | Init container image tag | `latest` | diff --git a/stable/elasticsearch/values.yaml b/stable/elasticsearch/values.yaml index 1c02c9abec..920da371b7 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.4.3" +appVersion: "6.5.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.4.3" + tag: "6.5.0" pullPolicy: "IfNotPresent" # If specified, use these secrets to access the image # pullSecrets: