diff --git a/elasticsearch/Chart.yaml b/elasticsearch/Chart.yaml index 97b2f827e..ba91af616 100755 --- a/elasticsearch/Chart.yaml +++ b/elasticsearch/Chart.yaml @@ -1,10 +1,10 @@ description: Elasticsearch home: https://github.com/elastic/helm-charts maintainers: -- email: michael.russell@elastic.co - name: Michael Russell +- email: helm-charts@elastic.co + name: Elastic name: elasticsearch -version: 6.5.3-alpha1 -appVersion: 6.5.3 +version: 6.5.4-alpha1 +appVersion: 6.5.4 sources: - https://github.com/elastic/elasticsearch diff --git a/elasticsearch/README.md b/elasticsearch/README.md index 75df7db30..dedfdc18f 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.5.3-alpha1 + helm install --name elasticsearch elastic/elasticsearch --version 6.5.4-alpha1 ``` @@ -46,7 +46,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.5.3` | +| `imageTag` | The Elasticsearch docker image tag | `6.5.4` | | `imagePullPolicy` | The Kubernetes [imagePullPolicy](https://kubernetes.io/docs/concepts/containers/images/#updating-images) value | `IfNotPresent` | | `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` | | `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` | diff --git a/elasticsearch/values.yaml b/elasticsearch/values.yaml index 219b26477..eb8f93aef 100755 --- a/elasticsearch/values.yaml +++ b/elasticsearch/values.yaml @@ -32,7 +32,7 @@ secretMounts: # path: /usr/share/elasticsearch/config/certs image: "docker.elastic.co/elasticsearch/elasticsearch" -imageTag: "6.5.3" +imageTag: "6.5.4" imagePullPolicy: "IfNotPresent" esJavaOpts: "-Xmx1g -Xms1g" diff --git a/kibana/Chart.yaml b/kibana/Chart.yaml index 412e3fa3c..5902d0ec9 100755 --- a/kibana/Chart.yaml +++ b/kibana/Chart.yaml @@ -1,10 +1,10 @@ description: Kibana home: https://github.com/elastic/helm-charts maintainers: -- email: michael.russell@elastic.co - name: Michael Russell +- email: helm-charts@elastic.co + name: Elastic name: kibana -version: 6.5.3-alpha1 -appVersion: 6.5.3 +version: 6.5.4-alpha1 +appVersion: 6.5.4 sources: - https://github.com/elastic/kibana diff --git a/kibana/README.md b/kibana/README.md index c2be672af..03e8e776d 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.5.3-alpha1 + helm install --name kibana elastic/kibana --version 6.5.4-alpha1 ``` ## Configuration @@ -29,7 +29,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.5.3` | +| `imageTag` | The Kibana docker image tag | `6.5.4` | | `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` | | `antiAffinityTopologyKey` | The [anti-affinity topology key](https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity). By default this will prevent multiple Kibana instances from running on the same Kubernetes node | `kubernetes.io/hostname` | diff --git a/kibana/tests/kibana_test.py b/kibana/tests/kibana_test.py index ffb3b31b7..089d93ffa 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.5.3' +version = '6.5.4' elasticsearchURL = 'http://elasticsearch-master:9200' diff --git a/kibana/values.yaml b/kibana/values.yaml index f9975fb86..03f502035 100755 --- a/kibana/values.yaml +++ b/kibana/values.yaml @@ -20,7 +20,7 @@ secretMounts: # path: /usr/share/elasticsearch/config/certs image: "docker.elastic.co/kibana/kibana" -imageTag: "6.5.3" +imageTag: "6.5.4" imagePullPolicy: "IfNotPresent" resources: