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:
Jason Ertel
2018-09-14 08:57:50 -07:00
committed by k8s-ci-robot
parent 781076db4d
commit 42694bb4e6
3 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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
+2 -2
View File
@@ -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: ""