mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/filebeat] Update filebeat to 6.6.2 (#12148)
Signed-off-by: ialidzhikov <i.alidjikov@gmail.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
0b7c12ed03
commit
0f50c5ff2b
@@ -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.4.3
|
||||
appVersion: 6.6.1
|
||||
version: 1.4.4
|
||||
appVersion: 6.6.2
|
||||
home: https://www.elastic.co/products/beats/filebeat
|
||||
sources:
|
||||
- https://www.elastic.co/guide/en/beats/filebeat/current/index.html
|
||||
|
||||
@@ -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.6.1` |
|
||||
| `image.tag` | Docker image tag | `6.6.2` |
|
||||
| `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` |
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
image:
|
||||
repository: docker.elastic.co/beats/filebeat-oss
|
||||
tag: 6.6.1
|
||||
tag: 6.6.2
|
||||
pullPolicy: IfNotPresent
|
||||
|
||||
config:
|
||||
|
||||
Reference in New Issue
Block a user