diff --git a/stable/dmarc2logstash/Chart.yaml b/stable/dmarc2logstash/Chart.yaml index 4915359223..527e10e76d 100644 --- a/stable/dmarc2logstash/Chart.yaml +++ b/stable/dmarc2logstash/Chart.yaml @@ -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 diff --git a/stable/dmarc2logstash/README.md b/stable/dmarc2logstash/README.md index fa05b565ff..b5cd382199 100644 --- a/stable/dmarc2logstash/README.md +++ b/stable/dmarc2logstash/README.md @@ -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 diff --git a/stable/dmarc2logstash/values.yaml b/stable/dmarc2logstash/values.yaml index 301be41874..95e718df12 100644 --- a/stable/dmarc2logstash/values.yaml +++ b/stable/dmarc2logstash/values.yaml @@ -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: ""