Skip to content

Commit

Permalink
[stable/dmarc2logstash] Upgrade dmarc2logstash to 1.0.3 - includes im…
Browse files Browse the repository at this point in the history
…proved error handling (helm#9653)

* Upgrade dmarc2logstash to 1.0.3 - includes improved error handling

Signed-off-by: Jason Ertel <[email protected]>

* version bump should be a minor

Signed-off-by: Paul Czarkowski <[email protected]>
  • Loading branch information
jertel authored and k8s-ci-robot committed Dec 17, 2018
1 parent def1b8f commit 0c5e19c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 2 additions & 2 deletions stable/dmarc2logstash/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "1.0.2"
appVersion: "1.0.3"
description: Provides a POP3-polled DMARC XML report injector into Elasticsearch via Logstash and Filebeat
name: dmarc2logstash
version: 1.0.2
version: 1.1.0
home: https://github.com/jertel/dmarc2logstash
sources:
- https://github.com/jertel/dmarc2logstash
Expand Down
3 changes: 2 additions & 1 deletion stable/dmarc2logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,9 @@ 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.2
dmarc2logstash.image.tag | dmarc2logstash image tag, typically the version, of the Docker image | 1.0.3
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.pullPolicy | Elastic filebeat Kubernetes image pull policy | IfNotPresent
Expand Down
2 changes: 2 additions & 0 deletions stable/dmarc2logstash/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ spec:
secretKeyRef:
name: {{ template "dmarc2logstash.name" . }}-secrets
key: pop3_password
- name: DELETE_MESSAGES
value: "{{ .Values.dmarc2logstash.deleteMessages }}"
volumeMounts:
- name: shared-log
mountPath: /opt/dmarc2logstash/output
Expand Down
3 changes: 2 additions & 1 deletion stable/dmarc2logstash/values.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
dmarc2logstash:
image:
repository: jertel/dmarc2logstash
tag: 1.0.2
tag: 1.0.3
pullPolicy: IfNotPresent
deleteMessages: 1
resources: {}
nodeSelector: {}
tolerations: []
Expand Down

0 comments on commit 0c5e19c

Please sign in to comment.