Skip to content

Commit

Permalink
Update chart to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Aug 26, 2020
1 parent 3458d8a commit 459464d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions chart/dmarc2logstash/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
apiVersion: v1
appVersion: "1.4.0"
appVersion: "1.5.0"
description: Provides a POP3-polled DMARC XML report injector into Elasticsearch via Logstash and Filebeat
name: dmarc2logstash
version: 1.4.0
version: 1.5.0
home: https://github.com/jertel/dmarc2logstash
sources:
- https://github.com/jertel/dmarc2logstash
Expand Down
2 changes: 1 addition & 1 deletion chart/dmarc2logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ 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.4.0
dmarc2logstash.image.tag | dmarc2logstash image tag, typically the version, of the Docker image | 1.5.0
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
Expand Down
2 changes: 1 addition & 1 deletion chart/dmarc2logstash/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
dmarc2logstash:
image:
repository: jertel/dmarc2logstash
tag: 1.4.0
tag: 1.5.0
pullPolicy: IfNotPresent
deleteMessages: 1
resources: {}
Expand Down

0 comments on commit 459464d

Please sign in to comment.