From cd5fa0a7d1fb13d36afeabe31e395e1700bae1c3 Mon Sep 17 00:00:00 2001 From: Ismail Alidzhikov Date: Tue, 19 Mar 2019 15:22:27 +0200 Subject: [PATCH] [stable/logstash] Update logstash to 6.6.2 (#12149) Signed-off-by: ialidzhikov --- stable/logstash/Chart.yaml | 4 ++-- stable/logstash/README.md | 2 +- stable/logstash/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/logstash/Chart.yaml b/stable/logstash/Chart.yaml index 206b353371..b4893d8829 100644 --- a/stable/logstash/Chart.yaml +++ b/stable/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: 1.5.2 -appVersion: 6.6.1 +version: 1.5.3 +appVersion: 6.6.2 sources: - https://www.docker.elastic.co - https://www.elastic.co/guide/en/logstash/current/index.html diff --git a/stable/logstash/README.md b/stable/logstash/README.md index a514c8d218..26da0197a8 100644 --- a/stable/logstash/README.md +++ b/stable/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.6.1` | +| `image.tag` | Container image tag | `6.6.2` | | `image.pullPolicy` | Container image pull policy | `IfNotPresent` | | `service.type` | Service type (ClusterIP, NodePort or LoadBalancer) | `ClusterIP` | | `service.annotations` | Service annotations | `{}` | diff --git a/stable/logstash/values.yaml b/stable/logstash/values.yaml index 2203010097..0490a4aebe 100644 --- a/stable/logstash/values.yaml +++ b/stable/logstash/values.yaml @@ -10,7 +10,7 @@ terminationGracePeriodSeconds: 30 image: repository: docker.elastic.co/logstash/logstash-oss - tag: 6.6.1 + tag: 6.6.2 pullPolicy: IfNotPresent ## Add secrets manually via kubectl on kubernetes cluster and reference here # pullSecrets: