From 1198f6db26bfe09fb3ceba2d7836e15fde45b81f Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Wed, 30 Jan 2019 14:08:25 -0400 Subject: [PATCH] bump metricbeat to 6.6.0 (#11006) Signed-off-by: cpanato --- stable/metricbeat/Chart.yaml | 4 ++-- stable/metricbeat/README.md | 2 +- stable/metricbeat/values.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/stable/metricbeat/Chart.yaml b/stable/metricbeat/Chart.yaml index 51426706d3..ab91b9b1ca 100644 --- a/stable/metricbeat/Chart.yaml +++ b/stable/metricbeat/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 description: A Helm chart to collect Kubernetes logs with metricbeat icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg name: metricbeat -version: 0.4.4 -appVersion: 6.5.4 +version: 1.0.0 +appVersion: 6.6.0 home: https://www.elastic.co/products/beats/metricbeat sources: - https://www.elastic.co/guide/en/beats/metricbeat/current/index.html diff --git a/stable/metricbeat/README.md b/stable/metricbeat/README.md index cb29a8250d..fb42f6e170 100644 --- a/stable/metricbeat/README.md +++ b/stable/metricbeat/README.md @@ -33,7 +33,7 @@ The following table lists the configurable parameters of the metricbeat chart an | Parameter | Description | Default | |-------------------------------------|------------------------------------|-------------------------------------------| | `image.repository` | The image repository to pull from | `docker.elastic.co/beats/metricbeat` | -| `image.tag` | The image tag to pull | `6.5.1` | +| `image.tag` | The image tag to pull | `6.6.0` | | `image.pullPolicy` | Image pull policy | `IfNotPresent` | | `rbac.create` | If true, create & use RBAC resources | `true` | | `serviceAccount.create` | If true, create & use ServiceAccount | `true` | diff --git a/stable/metricbeat/values.yaml b/stable/metricbeat/values.yaml index d20814e664..8e73d3191c 100644 --- a/stable/metricbeat/values.yaml +++ b/stable/metricbeat/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.elastic.co/beats/metricbeat - tag: 6.5.4 + tag: 6.6.0 pullPolicy: IfNotPresent # The instances created by daemonset retrieve most metrics from the host