diff --git a/stable/metricbeat/Chart.yaml b/stable/metricbeat/Chart.yaml index 23d05594bf..1f0e680a4a 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.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 diff --git a/stable/metricbeat/README.md b/stable/metricbeat/README.md index 29a837472b..6b552141b4 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.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` | diff --git a/stable/metricbeat/values.yaml b/stable/metricbeat/values.yaml index ee07c2653e..53d311435f 100644 --- a/stable/metricbeat/values.yaml +++ b/stable/metricbeat/values.yaml @@ -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