From 07acaaffd6108afe51f72946d9828e6f08b9830d Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Thu, 27 Aug 2020 14:35:00 -0400 Subject: [PATCH] Update versions for k8s charts --- chart/dmarc2logstash/Chart.yaml | 4 ++-- chart/dmarc2logstash/README.md | 4 ++-- chart/dmarc2logstash/values.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/chart/dmarc2logstash/Chart.yaml b/chart/dmarc2logstash/Chart.yaml index 34298c3..061f87e 100644 --- a/chart/dmarc2logstash/Chart.yaml +++ b/chart/dmarc2logstash/Chart.yaml @@ -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 diff --git a/chart/dmarc2logstash/README.md b/chart/dmarc2logstash/README.md index 071e498..9b12686 100644 --- a/chart/dmarc2logstash/README.md +++ b/chart/dmarc2logstash/README.md @@ -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 diff --git a/chart/dmarc2logstash/values.yaml b/chart/dmarc2logstash/values.yaml index ad74b31..aec541b 100644 --- a/chart/dmarc2logstash/values.yaml +++ b/chart/dmarc2logstash/values.yaml @@ -1,7 +1,7 @@ dmarc2logstash: image: repository: jertel/dmarc2logstash - tag: 1.5.1 + tag: 1.5.2 pullPolicy: IfNotPresent deleteMessages: 1 resources: {}