diff --git a/stable/filebeat/Chart.yaml b/stable/filebeat/Chart.yaml index 19b6922ece..e4356b9290 100644 --- a/stable/filebeat/Chart.yaml +++ b/stable/filebeat/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v1 description: A Helm chart to collect Kubernetes logs with filebeat icon: https://www.elastic.co/assets/blt47799dcdcf08438d/logo-elastic-beats-lt.svg name: filebeat -version: 1.1.2 -appVersion: 6.5.4 +version: 1.2.0 +appVersion: 6.6.0 home: https://www.elastic.co/products/beats/filebeat sources: - https://www.elastic.co/guide/en/beats/filebeat/current/index.html diff --git a/stable/filebeat/README.md b/stable/filebeat/README.md index 6f295d963d..caa61f37c2 100644 --- a/stable/filebeat/README.md +++ b/stable/filebeat/README.md @@ -25,7 +25,7 @@ The following table lists the configurable parameters of the filebeat chart and | Parameter | Description | Default | | -------------------------------------------------------- | -------------------------------------------------------------------------------------------------------- | -------------------------------------------------- | | `image.repository` | Docker image repo | `docker.elastic.co/beats/filebeat-oss` | -| `image.tag` | Docker image tag | `6.5.4` | +| `image.tag` | Docker image tag | `6.6.0` | | `image.pullPolicy` | Docker image pull policy | `IfNotPresent` | | `image.pullSecrets` | Specify image pull secrets | `nil` | | `config.filebeat.config.prospectors.path` | Mounted `filebeat-prospectors` configmap | `${path.config}/prospectors.d/*.yml` | diff --git a/stable/filebeat/values.yaml b/stable/filebeat/values.yaml index 14ef809c38..6aa4e4c5fc 100644 --- a/stable/filebeat/values.yaml +++ b/stable/filebeat/values.yaml @@ -1,6 +1,6 @@ image: repository: docker.elastic.co/beats/filebeat-oss - tag: 6.5.4 + tag: 6.6.0 pullPolicy: IfNotPresent config: