From 71aba34853380ba7977cb6aa650e7fd13ae39fea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Bauer?= Date: Mon, 25 Feb 2019 06:27:45 +0100 Subject: [PATCH] updated metricbeat to 6.6.1 (#11668) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: André Bauer --- stable/metricbeat/Chart.yaml | 4 +-- stable/metricbeat/README.md | 62 +++++++++++++++++------------------ stable/metricbeat/values.yaml | 2 +- 3 files changed, 34 insertions(+), 34 deletions(-) diff --git a/stable/metricbeat/Chart.yaml b/stable/metricbeat/Chart.yaml index 7558fd768a..0064026e11 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.1.0 -appVersion: 6.6.0 +version: 1.1.1 +appVersion: 6.6.1 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 6a1076b0f0..23724c12e4 100644 --- a/stable/metricbeat/README.md +++ b/stable/metricbeat/README.md @@ -4,7 +4,7 @@ ## Prerequisites -- Kubernetes 1.9+ +- Kubernetes 1.9+ ## Installing the Chart @@ -30,36 +30,36 @@ The command removes all the Kubernetes components associated with the chart and The following table lists the configurable parameters of the metricbeat chart and their default values. -| 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.0` | -| `image.pullPolicy` | Image pull policy | `IfNotPresent` | -| `rbac.create` | If true, create & use RBAC resources | `true` | -| `serviceAccount.create` | If true, create & use ServiceAccount | `true` | -| `serviceAccount.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | | -| `config` | The content of the configuration file consumed by metricbeat. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | | -| `plugins` | List of beat plugins | | -| `extraEnv` | Additional environment | | -| `extraVolumes`, `extraVolumeMounts` | Additional volumes and mounts, for example to provide other configuration files | | -| `resources.requests.cpu` | CPU resource requests | | -| `resources.limits.cpu` | CPU resource limits | | -| `resources.requests.memory` | Memory resource requests | | -| `resources.limits.memory` | Memory resource limits | | -| `daemonset.modules..config` | The content of the modules configuration file consumed by metricbeat deployed as daemonset, which is assumed to collect metrics in each nodes. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | -| `daemonset.modules..enabled` | If true, enable configuration | | -| `daemonset.podAnnotations` | Pod annotations for daemonset | | -| `daemonset.nodeSelector` | Pod node selector for daemonset | `{}` | -| `daemonset.tolerations` | Pod taint tolerations for daemonset | `[{"key": "node-role.kubernetes.io/master", "operator": "Exists", "effect": "NoSchedule"}]` | -| `daemonset.resources.requests.cpu` | CPU resource requests for daemonset | | -| `daemonset.resources.limits.cpu` | CPU resource limits for daemonset | | -| `deployment.modules..config` | The content of the modules configuration file consumed by metricbeat deployed as deployment, which is assumed to collect cluster-level metrics. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details || -| `deployment.modules..enabled` | If true, enable configuration || -| `deployment.podAnnotations` | Pod annotations for deployment | | -| `deployment.nodeSelector` | Pod node selector for deployment | `{}` | -| `deployment.tolerations` | Pod taint tolerations for deployment | `[]` | -| `deployment.resources.requests.cpu` | CPU resource requests for daemonset | | -| `deployment.resources.limits.cpu` | CPU resource limits for daemonset | | +| 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.pullPolicy` | Image pull policy | `IfNotPresent` | +| `rbac.create` | If true, create & use RBAC resources | `true` | +| `serviceAccount.create` | If true, create & use ServiceAccount | `true` | +| `serviceAccount.name` | The name of the ServiceAccount to use. If not set and create is true, a name is generated using the fullname template | | +| `config` | The content of the configuration file consumed by metricbeat. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | | +| `plugins` | List of beat plugins | | +| `extraEnv` | Additional environment | | +| `extraVolumes`, `extraVolumeMounts` | Additional volumes and mounts, for example to provide other configuration files | | +| `resources.requests.cpu` | CPU resource requests | | +| `resources.limits.cpu` | CPU resource limits | | +| `resources.requests.memory` | Memory resource requests | | +| `resources.limits.memory` | Memory resource limits | | +| `daemonset.modules..config` | The content of the modules configuration file consumed by metricbeat deployed as daemonset, which is assumed to collect metrics in each nodes. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | | +| `daemonset.modules..enabled` | If true, enable configuration | | +| `daemonset.podAnnotations` | Pod annotations for daemonset | | +| `daemonset.nodeSelector` | Pod node selector for daemonset | `{}` | +| `daemonset.tolerations` | Pod taint tolerations for daemonset | `[{"key": "node-role.kubernetes.io/master", "operator": "Exists", "effect": "NoSchedule"}]` | +| `daemonset.resources.requests.cpu` | CPU resource requests for daemonset | | +| `daemonset.resources.limits.cpu` | CPU resource limits for daemonset | | +| `deployment.modules..config` | The content of the modules configuration file consumed by metricbeat deployed as deployment, which is assumed to collect cluster-level metrics. See the [metricbeat.reference.yml](https://www.elastic.co/guide/en/beats/metricbeat/current/metricbeat-reference-yml.html) for full details | | +| `deployment.modules..enabled` | If true, enable configuration | | +| `deployment.podAnnotations` | Pod annotations for deployment | | +| `deployment.nodeSelector` | Pod node selector for deployment | `{}` | +| `deployment.tolerations` | Pod taint tolerations for deployment | `[]` | +| `deployment.resources.requests.cpu` | CPU resource requests for daemonset | | +| `deployment.resources.limits.cpu` | CPU resource limits for daemonset | | Specify each parameter using the `--set key=value[,key=value]` argument to `helm install`. For example, diff --git a/stable/metricbeat/values.yaml b/stable/metricbeat/values.yaml index 4e4d92fa75..c9a41f348f 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.0 + tag: 6.6.1 pullPolicy: IfNotPresent # The instances created by daemonset retrieve most metrics from the host