Skip to content

Commit

Permalink
updated metricbeat to 6.6.1 (helm#11668)
Browse files Browse the repository at this point in the history
Signed-off-by: André Bauer <[email protected]>
  • Loading branch information
monotek authored and k8s-ci-robot committed Feb 25, 2019
1 parent ccecf35 commit 71aba34
Show file tree
Hide file tree
Showing 3 changed files with 34 additions and 34 deletions.
4 changes: 2 additions & 2 deletions stable/metricbeat/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
62 changes: 31 additions & 31 deletions stable/metricbeat/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Prerequisites

- Kubernetes 1.9+
- Kubernetes 1.9+

## Installing the Chart

Expand All @@ -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.<name>.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.<name>.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.<name>.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.<name>.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.<name>.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.<name>.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.<name>.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.<name>.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,

Expand Down
2 changes: 1 addition & 1 deletion stable/metricbeat/values.yaml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 71aba34

Please sign in to comment.