From 028529a6eaef695cb848ac8c241b75422729f08d Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Thu, 28 Mar 2019 13:37:17 +0100 Subject: [PATCH] bump metricbeat to 6.7.0 (#12593) Signed-off-by: Carlos Panato --- 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 67e4ebf539..da7c7ca84c 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: 1.2.1 -appVersion: 6.6.1 +version: 1.3.0 +appVersion: 6.7.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 9417045c88..d6769ba9f8 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.6.1` | +| `image.tag` | The image tag to pull | `6.7.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 adf542b588..01bf821097 100644 --- a/stable/metricbeat/values.yaml +++ b/stable/metricbeat/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.elastic.co/beats/metricbeat - tag: 6.6.1 + tag: 6.7.0 pullPolicy: IfNotPresent # The instances created by daemonset retrieve most metrics from the host