Skip to content

Commit

Permalink
Update versions for k8s charts
Browse files Browse the repository at this point in the history
  • Loading branch information
jertel committed Aug 27, 2020
1 parent 4972709 commit 07acaaf
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 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.5.1"
appVersion: "1.5.2"
description: Provides a POP3-polled DMARC XML report injector into Elasticsearch via Logstash and Filebeat
name: dmarc2logstash
version: 1.5.1
version: 1.5.2
home: https://github.com/jertel/dmarc2logstash
sources:
- https://github.com/jertel/dmarc2logstash
Expand Down
4 changes: 2 additions & 2 deletions chart/dmarc2logstash/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,11 @@ 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.5.1
dmarc2logstash.image.tag | dmarc2logstash image tag, typically the version, of the Docker image | 1.5.2
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.6.0
filebeat.image.tag | Elastic filebeat tag, typically the version, of the Docker image | 7.9.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
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.5.1
tag: 1.5.2
pullPolicy: IfNotPresent
deleteMessages: 1
resources: {}
Expand Down

0 comments on commit 07acaaf

Please sign in to comment.