From 17adb8c21a0e95ae0c26fb8d8f27bcce264e12b2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Tue, 7 Aug 2018 17:08:00 +0200 Subject: [PATCH] [incubator/logstash] update to logstash version 6.3.2 (#6966) * updated logstash to version 6.2.4 * updated version to 6.3.1 * updated to 6.3.1 * update top logstash 6.3.2 * changed readem to new version too --- incubator/logstash/Chart.yaml | 4 ++-- incubator/logstash/README.md | 2 +- incubator/logstash/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/incubator/logstash/Chart.yaml b/incubator/logstash/Chart.yaml index 52e1d326fa04..9df786a63dbe 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.7.0 -appVersion: 6.3.1 +version: 0.7.1 +appVersion: 6.3.2 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 26faeb7f43a9..faa0ca99638f 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.2.2` | +| `image.tag` | Container image tag | `6.3.2` | | `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 51295844834c..c5017da4d454 100644 --- a/incubator/logstash/values.yaml +++ b/incubator/logstash/values.yaml @@ -8,7 +8,7 @@ updateStrategy: image: repository: docker.elastic.co/logstash/logstash-oss - tag: 6.3.1 + tag: 6.3.2 pullPolicy: IfNotPresent service: