mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
upgrade image to prevent crashloop on bad dmarc report; upgrade filebeat (#7733)
Signed-off-by: Jason Ertel <jertel@codesim.com>
This commit is contained in:
committed by
k8s-ci-robot
parent
781076db4d
commit
42694bb4e6
@@ -1,8 +1,8 @@
|
||||
apiVersion: v1
|
||||
appVersion: "1.0.0"
|
||||
appVersion: "1.0.2"
|
||||
description: Provides a POP3-polled DMARC XML report injector into Elasticsearch via Logstash and Filebeat
|
||||
name: dmarc2logstash
|
||||
version: 1.0.1
|
||||
version: 1.0.2
|
||||
home: https://github.com/jertel/dmarc2logstash
|
||||
sources:
|
||||
- https://github.com/jertel/dmarc2logstash
|
||||
|
||||
@@ -27,10 +27,10 @@ The command removes all the Kubernetes components associated with the chart and
|
||||
setting | description | default
|
||||
----------------------------------|-----------------------------------------------------------------------------------------------------------------------|----------
|
||||
dmarc2logstash.image.repository | dmarc2logstash Docker image repository | jertel/dmarc2logstash
|
||||
dmarc2logstash.image.tag | dmarc2logstash image tag, typically the version, of the Docker image | 1.0.0
|
||||
dmarc2logstash.image.tag | dmarc2logstash image tag, typically the version, of the Docker image | 1.0.2
|
||||
dmarc2logstash.image.pullPolicy | dmarc2logstash Kubernetes image pull policy | IfNotPresent
|
||||
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.1
|
||||
filebeat.image.tag | Elastic filebeat tag, typically the version, of the Docker image | 6.2.4
|
||||
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,7 +1,7 @@
|
||||
dmarc2logstash:
|
||||
image:
|
||||
repository: jertel/dmarc2logstash
|
||||
tag: 1.0.1
|
||||
tag: 1.0.2
|
||||
pullPolicy: IfNotPresent
|
||||
resources: {}
|
||||
nodeSelector: {}
|
||||
@@ -11,7 +11,7 @@ dmarc2logstash:
|
||||
filebeat:
|
||||
image:
|
||||
repository: docker.elastic.co/beats/filebeat
|
||||
tag: 6.2.1
|
||||
tag: 6.2.4
|
||||
pullPolicy: IfNotPresent
|
||||
logstash:
|
||||
host: ""
|
||||
|
||||
Reference in New Issue
Block a user