diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml
index cb3f603a7..29883446e 100755
--- a/elasticsearch/Chart.yaml
+++ b/elasticsearch/Chart.yaml
@@ -4,8 +4,8 @@ maintainers:
- email: helm-charts@elastic.co
name: Elastic
name: elasticsearch
-version: 6.6.0-alpha1
-appVersion: 6.6.0
+version: 6.6.2-alpha1
+appVersion: 6.6.2
sources:
- https://github.com/elastic/elasticsearch
icon: https://helm.elastic.co/icons/elasticsearch.png
diff --git a/elasticsearch/README.md b/elasticsearch/README.md
index 1dd490ab3..c9f6d969d 100644
--- a/elasticsearch/README.md
+++ b/elasticsearch/README.md
@@ -29,7 +29,7 @@ This helm chart is a lightweight way to configure and run our official [Elastics
```
* Install it
```
- helm install --name elasticsearch elastic/elasticsearch --version 6.6.0-alpha1
+ helm install --name elasticsearch elastic/elasticsearch --version 6.6.2-alpha1
```
@@ -48,7 +48,7 @@ This helm chart is a lightweight way to configure and run our official [Elastics
| `extraEnvs` | Extra [environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config) which will be appended to the `env:` definition for the container | `{}` |
| `secretMounts` | Allows you easily mount a secret as a file inside the statefulset. Useful for mounting certificates and other secrets. See [values.yaml](./values.yaml) for an example | `{}` |
| `image` | The Elasticsearch docker image | `docker.elastic.co/elasticsearch/elasticsearch` |
-| `imageTag` | The Elasticsearch docker image tag | `6.6.0` |
+| `imageTag` | The Elasticsearch docker image tag | `6.6.2` |
| `imagePullPolicy` | The Kubernetes [imagePullPolicy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) value | `IfNotPresent` |
| `podAnnotations` | Configurable [annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/) applied to all Elasticsearch pods | `{}` |
| `esJavaOpts` | [Java options](https://www.elastic.co/guide/en/elasticsearch/reference/current/jvm-options.html) for Elasticsearch. This is where you should configure the [jvm heap size](https://www.elastic.co/guide/en/elasticsearch/reference/current/heap-size.html) | `-Xmx1g -Xms1g` |
diff --git a/elasticsearch/examples/5.x/test/goss.yaml b/elasticsearch/examples/5.x/test/goss.yaml
index 1a1d9d953..0ef004651 100644
--- a/elasticsearch/examples/5.x/test/goss.yaml
+++ b/elasticsearch/examples/5.x/test/goss.yaml
@@ -15,7 +15,7 @@ http:
username: '{{ .Env.ELASTIC_USERNAME }}'
password: '{{ .Env.ELASTIC_PASSWORD }}'
body:
- - '"number" : "5.6.14"'
+ - '"number" : "5.6.15"'
- '"cluster_name" : "fivex"'
- '"name" : "fivex-master-0"'
- 'You Know, for Search'
diff --git a/elasticsearch/examples/5.x/values.yaml b/elasticsearch/examples/5.x/values.yaml
index d5978755e..57824ca77 100644
--- a/elasticsearch/examples/5.x/values.yaml
+++ b/elasticsearch/examples/5.x/values.yaml
@@ -1,7 +1,7 @@
---
clusterName: "fivex"
-imageTag: "5.6.14"
+imageTag: "5.6.15"
esMajorVersion: 5
extraEnvs:
diff --git a/elasticsearch/examples/default/test/goss.yaml b/elasticsearch/examples/default/test/goss.yaml
index f0702ac18..6079b6d06 100644
--- a/elasticsearch/examples/default/test/goss.yaml
+++ b/elasticsearch/examples/default/test/goss.yaml
@@ -21,7 +21,7 @@ http:
status: 200
timeout: 2000
body:
- - '"number" : "6.6.0"'
+ - '"number" : "6.6.2"'
- '"cluster_name" : "elasticsearch"'
- '"name" : "elasticsearch-master-0"'
- 'You Know, for Search'
diff --git a/elasticsearch/examples/security/test/goss.yaml b/elasticsearch/examples/security/test/goss.yaml
index e250316ec..e6d3cd29a 100644
--- a/elasticsearch/examples/security/test/goss.yaml
+++ b/elasticsearch/examples/security/test/goss.yaml
@@ -17,7 +17,7 @@ http:
username: '{{ .Env.ELASTIC_USERNAME }}'
password: '{{ .Env.ELASTIC_PASSWORD }}'
body:
- - '"number" : "6.6.0"'
+ - '"number" : "6.6.2"'
- '"cluster_name" : "security"'
- '"name" : "security-master-0"'
- 'You Know, for Search'
diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml
index f03f1360d..4d98d9719 100755
--- a/elasticsearch/values.yaml
+++ b/elasticsearch/values.yaml
@@ -43,7 +43,7 @@ secretMounts:
# path: /usr/share/elasticsearch/config/certs
image: "docker.elastic.co/elasticsearch/elasticsearch"
-imageTag: "6.6.0"
+imageTag: "6.6.2"
imagePullPolicy: "IfNotPresent"
podAnnotations: {}
diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml
index ad339b1b2..ab76430a6 100755
--- a/kibana/Chart.yaml
+++ b/kibana/Chart.yaml
@@ -4,8 +4,8 @@ maintainers:
- email: helm-charts@elastic.co
name: Elastic
name: kibana
-version: 6.6.0-alpha1
-appVersion: 6.6.0
+version: 6.6.2-alpha1
+appVersion: 6.6.2
sources:
- https://github.com/elastic/kibana
icon: https://helm.elastic.co/icons/kibana.png
diff --git a/kibana/README.md b/kibana/README.md
index 83516479e..0dc0810e2 100644
--- a/kibana/README.md
+++ b/kibana/README.md
@@ -17,7 +17,7 @@ This helm chart is a lightweight way to configure and run our official [Kibana d
```
* Install it
```
- helm install --name kibana elastic/kibana --version 6.6.0-alpha1
+ helm install --name kibana elastic/kibana --version 6.6.2-alpha1
```
## Configuration
@@ -30,7 +30,7 @@ This helm chart is a lightweight way to configure and run our official [Kibana d
| `extraEnvs` | Extra [environment variables](https://kubernetes.io/docs/tasks/inject-data-application/define-environment-variable-container/#using-environment-variables-inside-of-your-config) which will be appended to the `env:` definition for the container | `{}` |
| `secretMounts` | Allows you easily mount a secret as a file inside the deployment. Useful for mounting certificates and other secrets. See [values.yaml](./values.yaml) for an example | `{}` |
| `image` | The Kibana docker image | `docker.elastic.co/kibana/kibana` |
-| `imageTag` | The Kibana docker image tag | `6.6.0` |
+| `imageTag` | The Kibana docker image tag | `6.6.2` |
| `imagePullPolicy` | The Kubernetes [imagePullPolicy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) value | `IfNotPresent` |
| `resources` | Allows you to set the [resources](https://kubernetes.io/docs/concepts/configuration/manage-compute-resources-container/) for the statefulset | `requests.cpu: 100m`
`requests.memory: 2Gi`
`limits.cpu: 1000m`
`limits.memory: 2Gi` |
| `protocol` | The protocol that will be used for the readinessProbe. Change this to `https` if you have `server.ssl.enabled: true` set | `http` |
diff --git a/kibana/examples/5.x/test/goss.yaml b/kibana/examples/5.x/test/goss.yaml
index 83a4aefce..f05294ee2 100644
--- a/kibana/examples/5.x/test/goss.yaml
+++ b/kibana/examples/5.x/test/goss.yaml
@@ -3,7 +3,7 @@ http:
status: 200
timeout: 2000
body:
- - '"version":"5.6.14"'
+ - '"version":"5.6.15"'
username: '{{ .Env.ELASTICSEARCH_USERNAME }}'
password: '{{ .Env.ELASTICSEARCH_PASSWORD }}'
diff --git a/kibana/examples/5.x/values.yml b/kibana/examples/5.x/values.yml
index 1b2b25b13..6a0d67362 100644
--- a/kibana/examples/5.x/values.yml
+++ b/kibana/examples/5.x/values.yml
@@ -1,6 +1,6 @@
---
-imageTag: 5.6.14
+imageTag: 5.6.15
elasticsearchURL: "http://fivex-master:9200"
extraEnvs:
diff --git a/kibana/examples/default/test/goss.yaml b/kibana/examples/default/test/goss.yaml
index 7de949f12..371da2e5d 100644
--- a/kibana/examples/default/test/goss.yaml
+++ b/kibana/examples/default/test/goss.yaml
@@ -3,7 +3,7 @@ http:
status: 200
timeout: 2000
body:
- - '"number":"6.6.0"'
+ - '"number":"6.6.2"'
http://localhost:5601/app/kibana:
status: 200
diff --git a/kibana/tests/kibana_test.py b/kibana/tests/kibana_test.py
index ffbd367ca..ab4b4e248 100644
--- a/kibana/tests/kibana_test.py
+++ b/kibana/tests/kibana_test.py
@@ -5,7 +5,7 @@
import yaml
name = 'RELEASE-NAME-kibana'
-version = '6.6.0'
+version = '6.6.2'
elasticsearchURL = 'http://elasticsearch-master:9200'
diff --git a/kibana/values.yaml b/kibana/values.yaml
index ef46d52b0..3ee12e3c7 100755
--- a/kibana/values.yaml
+++ b/kibana/values.yaml
@@ -21,7 +21,7 @@ secretMounts:
# path: /usr/share/elasticsearch/config/certs
image: "docker.elastic.co/kibana/kibana"
-imageTag: "6.6.0"
+imageTag: "6.6.2"
imagePullPolicy: "IfNotPresent"
resources: