Skip to content
Snippets Groups Projects
Unverified Commit d2fbdefd authored by groundhog2k's avatar groundhog2k Committed by GitHub
Browse files

Try to fix release (#282)

* Try to fix release

* Fixed chart release
parent 27c15d11
No related branches found
No related tags found
No related merge requests found
...@@ -7,7 +7,7 @@ type: application ...@@ -7,7 +7,7 @@ type: application
maintainers: maintainers:
- name: groundhog2k - name: groundhog2k
version: 0.1.9 version: 0.1.10
appVersion: "4.0.5" appVersion: "4.0.5"
......
# Graylog # Graylog
![Version: 0.1.9](https://img.shields.io/badge/Version-0.1.9-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.5](https://img.shields.io/badge/AppVersion-4.0.5-informational?style=flat-square) ![Version: 0.1.10](https://img.shields.io/badge/Version-0.1.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 4.0.5](https://img.shields.io/badge/AppVersion-4.0.5-informational?style=flat-square)
A Helm chart for Graylog on Kubernetes A Helm chart for Graylog on Kubernetes
...@@ -145,7 +145,7 @@ Section to define all additional UDP/TCP inputs for Graylog ...@@ -145,7 +145,7 @@ Section to define all additional UDP/TCP inputs for Graylog
| initGeoIPDatabase.enabled | bool | `false` | Enable GeoIP database download | | initGeoIPDatabase.enabled | bool | `false` | Enable GeoIP database download |
| initGeoIPDatabase.accountId | string | `""` | MaxMind UserId / AccountId | | initGeoIPDatabase.accountId | string | `""` | MaxMind UserId / AccountId |
| initGeoIPDatabase.licenseKey | string | `""` | MaxMind license key | | 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.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.proxy | string | `""` | A valid proxy if internet access is running through a proxy |
| initGeoIPDatabase.proxyUserPassword | string | `""` | Proxy username and password in format "username:password" | | initGeoIPDatabase.proxyUserPassword | string | `""` | Proxy username and password in format "username:password" |
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment