diff --git a/stable/dmarc2logstash/Chart.yaml b/stable/dmarc2logstash/Chart.yaml index fbd1770472..f807fc5ae9 100644 --- a/stable/dmarc2logstash/Chart.yaml +++ b/stable/dmarc2logstash/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v1 appVersion: "1.0.3" description: Provides a POP3-polled DMARC XML report injector into Elasticsearch via Logstash and Filebeat name: dmarc2logstash -version: 1.1.0 +version: 1.2.0 home: https://github.com/jertel/dmarc2logstash sources: - https://github.com/jertel/dmarc2logstash diff --git a/stable/dmarc2logstash/README.md b/stable/dmarc2logstash/README.md index 6e4bea61e4..b320719988 100644 --- a/stable/dmarc2logstash/README.md +++ b/stable/dmarc2logstash/README.md @@ -31,7 +31,7 @@ dmarc2logstash.image.tag | dmarc2logstash image tag, typically the vers 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.tag | Elastic filebeat tag, typically the version, of the Docker image | 6.6.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 diff --git a/stable/dmarc2logstash/values.yaml b/stable/dmarc2logstash/values.yaml index fcbc30faa0..c1ff7ec2e0 100644 --- a/stable/dmarc2logstash/values.yaml +++ b/stable/dmarc2logstash/values.yaml @@ -12,7 +12,7 @@ dmarc2logstash: filebeat: image: repository: docker.elastic.co/beats/filebeat - tag: 6.2.4 + tag: 6.6.0 pullPolicy: IfNotPresent logstash: host: ""