[stable/dmarc2logstash] Upgrade filebeat to 6.6.0 (#11873)

Signed-off-by: Jason Ertel <jertel@codesim.com>
This commit is contained in:
Jason Ertel
2019-03-02 04:03:23 -08:00
committed by Kubernetes Prow Robot
parent 6cb8277e50
commit c79d499caa
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v1
appVersion: "1.0.3"
description: Provides a POP3-polled DMARC XML report injector into Elasticsearch via Logstash and Filebeat
name: dmarc2logstash
version: 1.1.0
version: 1.2.0
home: https://github.com/jertel/dmarc2logstash
sources:
- https://github.com/jertel/dmarc2logstash
+1 -1
View File
@@ -31,7 +31,7 @@ dmarc2logstash.image.tag | dmarc2logstash image tag, typically the vers
dmarc2logstash.image.pullPolicy | dmarc2logstash Kubernetes image pull policy | IfNotPresent
delete_messages | Set to 1 to delete messages or 0 to preserve messages (useful for debugging) | 1
filebeat.image.repository | Elastic filebeat Docker image repository | docker.elastic.co/beats/filebeat
filebeat.image.tag | Elastic filebeat tag, typically the version, of the Docker image | 6.2.4
filebeat.image.tag | Elastic filebeat tag, typically the version, of the Docker image | 6.6.0
filebeat.image.pullPolicy | Elastic filebeat Kubernetes image pull policy | IfNotPresent
filebeat.logstash.host | Logstash service host; ex: logstash (this value must be provided) | ""
filebeat.logstash.port | Logstash service port | 5000
+1 -1
View File
@@ -12,7 +12,7 @@ dmarc2logstash:
filebeat:
image:
repository: docker.elastic.co/beats/filebeat
tag: 6.2.4
tag: 6.6.0
pullPolicy: IfNotPresent
logstash:
host: ""