From 845bfd6a7e7e65604702fba76e79f2c56d25e1af Mon Sep 17 00:00:00 2001 From: Marco Date: Wed, 26 Feb 2020 23:25:19 +0100 Subject: [PATCH] [stable/graylog] Fixed missing values from README (#21055) * Fixed missing values from README Signed-off-by: Marco Bulgarini * Chart bump Signed-off-by: Marco Bulgarini --- stable/graylog/Chart.yaml | 2 +- stable/graylog/README.md | 9 +++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/stable/graylog/Chart.yaml b/stable/graylog/Chart.yaml index d569c0161f..cab4754b37 100755 --- a/stable/graylog/Chart.yaml +++ b/stable/graylog/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v1 name: graylog home: https://www.graylog.org -version: 1.5.8 +version: 1.5.9 appVersion: 3.1 description: Graylog is the centralized log management solution built to open standards for capturing, storing, and enabling real-time analysis of terabytes of machine data. keywords: diff --git a/stable/graylog/README.md b/stable/graylog/README.md index 64f9f7fc55..cffef5d813 100644 --- a/stable/graylog/README.md +++ b/stable/graylog/README.md @@ -148,6 +148,15 @@ The following table lists the configurable parameters of the Graylog chart and t | `graylog.mongodb.uriSecretName` | K8s secret name where MongoDB URI will be set from. | `{{ graylog.fullname }}` | | `graylog.mongodb.uriSecretKey` | K8s secret key name where MongoDB URI will be set from. | `` | | `graylog.transportEmail.enabled` | If true, enable transport email settings on Graylog | `false` | +| `graylog.transportEmail.hostname` | The hostname of the server used to send the email | `` | +| `graylog.transportEmail.port` | The port of the server used to send the email | `` | +| `graylog.transportEmail.useTls` | If true, use TLS to connect to the mailserver | `` | +| `graylog.transportEmail.useSsl` | If true, use SSL to connect to the mailserver | `` | +| `graylog.transportEmail.useAuth` | If true, authenticate to the email server | `` | +| `graylog.transportEmail.authUsername` | The username for server authentication | `` | +| `graylog.transportEmail.authPassword` | The password for server authentication | `` | +| `graylog.transportEmail.subjectPrefix` | Prepend this string to every mail subjects | `` | +| `graylog.transportEmail.fromEmail` | Use this as a FROM address | `` | | `graylog.config` | Add additional server configuration to `graylog.conf` file. | `` | | `graylog.serverFiles` | Add additional server files on /etc/graylog/server. This is useful for enable TLS on input | `{}` | | `graylog.journal.deleteBeforeStart` | Delete all journal files before start Graylog | `false` |