mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
[stable/dmarc2logstash] Upgrade filebeat to 6.6.0 (#11873)
Signed-off-by: Jason Ertel <jertel@codesim.com>
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
6cb8277e50
commit
c79d499caa
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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: ""
|
||||
|
||||
Reference in New Issue
Block a user