diff --git a/stable/metricbeat/Chart.yaml b/stable/metricbeat/Chart.yaml index 1f0e680a4a..ab8f1f5573 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.3 -appVersion: 6.4.3 +version: 0.4.0 +appVersion: 6.5.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 6b552141b4..40aeb601e2 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.3` | +| `image.tag` | The image tag to pull | `6.5.1` | | `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 53d311435f..df05ede294 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.3 + tag: 6.5.1 pullPolicy: IfNotPresent # The instances created by daemonset retrieve most metrics from the host