From d2fbdefd5ac610daf1ba917ca61f3cccd3d57781 Mon Sep 17 00:00:00 2001 From: groundhog2k <10630407+groundhog2k@users.noreply.github.com> Date: Sat, 27 Feb 2021 20:26:09 +0100 Subject: [PATCH] Try to fix release (#282) * Try to fix release * Fixed chart release --- charts/graylog/Chart.yaml | 2 +- charts/graylog/README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/graylog/Chart.yaml b/charts/graylog/Chart.yaml index 5dbe5a14..057328f9 100644 --- a/charts/graylog/Chart.yaml +++ b/charts/graylog/Chart.yaml @@ -7,7 +7,7 @@ type: application maintainers: - name: groundhog2k -version: 0.1.9 +version: 0.1.10 appVersion: "4.0.5" diff --git a/charts/graylog/README.md b/charts/graylog/README.md index 9f92bbfd..f0a4c0a3 100644 --- a/charts/graylog/README.md +++ b/charts/graylog/README.md @@ -1,6 +1,6 @@ # Graylog -   +   A Helm chart for Graylog on Kubernetes @@ -145,7 +145,7 @@ Section to define all additional UDP/TCP inputs for Graylog | initGeoIPDatabase.enabled | bool | `false` | Enable GeoIP database download | | initGeoIPDatabase.accountId | string | `""` | MaxMind UserId / AccountId | | initGeoIPDatabase.licenseKey | string | `""` | MaxMind license key | -| initGeoIPDatabase.editionId | string | `"GeoLite2-City"` | Default database edition Id (https://www.maxmind.com/en/accounts/473747/geoip/downloads) | +| initGeoIPDatabase.editionId | string | `"GeoLite2-City"` | Default database edition id (https://www.maxmind.com/en/accounts/473747/geoip/downloads) | | initGeoIPDatabase.host | string | `""` | The MaxMind download host (not necessary to change that - default updates.maxmind.com)| | initGeoIPDatabase.proxy | string | `""` | A valid proxy if internet access is running through a proxy | | initGeoIPDatabase.proxyUserPassword | string | `""` | Proxy username and password in format "username:password" | -- GitLab