upgrade filebeat to 6.4.2 (#8122)

Signed-off-by: David J. M. Karlsen <david@davidkarlsen.com>
This commit is contained in:
David J. M. Karlsen
2018-10-02 12:08:43 -07:00
committed by k8s-ci-robot
parent 9cb031e72e
commit d9a7bb6519
3 changed files with 4 additions and 4 deletions
+2 -2
View File
@@ -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.0.2
appVersion: 6.4.1
version: 1.0.3
appVersion: 6.4.2
home: https://www.elastic.co/products/beats/filebeat
sources:
- https://www.elastic.co/guide/en/beats/filebeat/current/index.html
+1 -1
View File
@@ -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.4.1` |
| `image.tag` | Docker image tag | `6.4.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 -1
View File
@@ -1,6 +1,6 @@
image:
repository: docker.elastic.co/beats/filebeat-oss
tag: 6.4.1
tag: 6.4.2
pullPolicy: IfNotPresent
config: