mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/metricbeat] Update Metricbeat to 6.4.3 (#9171)
* Update Metricbeat to 6.4.3 Signed-off-by: Marc Sensenich <sensenichm91@gmail.com> * Bump Metricbeat chart version Signed-off-by: Marc Sensenich <sensenichm91@gmail.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
8a23646d12
commit
58315466b1
@@ -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.3.2
|
||||
appVersion: 6.4.2
|
||||
version: 0.3.3
|
||||
appVersion: 6.4.3
|
||||
home: https://www.elastic.co/products/beats/metricbeat
|
||||
sources:
|
||||
- https://www.elastic.co/guide/en/beats/metricbeat/current/index.html
|
||||
|
||||
@@ -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.4.2` |
|
||||
| `image.tag` | The image tag to pull | `6.4.3` |
|
||||
| `image.pullPolicy` | Image pull policy | `IfNotPresent` |
|
||||
| `rbac.create` | If true, create & use RBAC resources | `true` |
|
||||
| `serviceAccount.create` | If true, create & use ServiceAccount | `true` |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.elastic.co/beats/metricbeat
|
||||
tag: 6.4.2
|
||||
tag: 6.4.3
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
# The instances created by daemonset retrieve most metrics from the host
|
||||
|
||||
Reference in New Issue
Block a user