diff --git a/incubator/logstash/Chart.yaml b/incubator/logstash/Chart.yaml index e973beef3e..c0e326d9e2 100644 --- a/incubator/logstash/Chart.yaml +++ b/incubator/logstash/Chart.yaml @@ -3,8 +3,8 @@ description: Logstash is an open source, server-side data processing pipeline icon: https://www.elastic.co/assets/blt86e4472872eed314/logo-elastic-logstash-lt.svg home: https://www.elastic.co/products/logstash name: logstash -version: 0.8.2 -appVersion: 6.3.2 +version: 0.9.0 +appVersion: 6.4.0 sources: - https://www.docker.elastic.co - https://www.elastic.co/guide/en/logstash/current/index.html diff --git a/incubator/logstash/README.md b/incubator/logstash/README.md index 405cc7ea32..e8ba6e2fa0 100644 --- a/incubator/logstash/README.md +++ b/incubator/logstash/README.md @@ -75,7 +75,7 @@ The following table lists the configurable parameters of the chart and its defau | `podDisruptionBudget` | Pod disruption budget | `maxUnavailable: 1` | | `updateStrategy` | Update strategy | `type: RollingUpdate` | | `image.repository` | Container image name | `docker.elastic.co/logstash/logstash-oss` | -| `image.tag` | Container image tag | `6.3.2` | +| `image.tag` | Container image tag | `6.4.0` | | `image.pullPolicy` | Container image pull policy | `IfNotPresent` | | `service.type` | Service type (ClusterIP, NodePort or LoadBalancer) | `ClusterIP` | | `service.annotations` | Service annotations | `{}` | diff --git a/incubator/logstash/values.yaml b/incubator/logstash/values.yaml index 8e8cab07e0..4e3b279058 100644 --- a/incubator/logstash/values.yaml +++ b/incubator/logstash/values.yaml @@ -10,7 +10,7 @@ terminationGracePeriodSeconds: 30 image: repository: docker.elastic.co/logstash/logstash-oss - tag: 6.3.2 + tag: 6.4.0 pullPolicy: IfNotPresent ## Add secrets manually via kubectl on kubernetes cluster and reference here # pullSecrets: