diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index 41e51ec511..3bfaa28098 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,5 +1,5 @@ name: fluent-bit -version: 0.4.1 +version: 0.4.2 appVersion: 0.12.15 description: Fast and Lightweight Log/Data Forwarder for Linux, BSD and OSX keywords: diff --git a/stable/fluent-bit/README.md b/stable/fluent-bit/README.md index c8dd6d26f9..3055ce0605 100644 --- a/stable/fluent-bit/README.md +++ b/stable/fluent-bit/README.md @@ -52,7 +52,7 @@ The following tables lists the configurable parameters of the Fluent-Bit chart a | `backend.http.uri` | Specify an optional HTTP URI for the target web server, e.g: /something | `"/"` | `backend.http.format` | Specify the data format to be used in the HTTP request body, by default it uses msgpack, optionally it can be set to json. | `msgpack` | | **General** | -| `annotations` | Optional deamon set annotations | `NULL` | +| `annotations` | Optional daemonset annotations | `NULL` | | `existingConfigMap` | ConfigMap override | `` | | `extraVolumeMounts` | Mount an extra volume, required to mount ssl certificates when elasticsearch has tls enabled | | | `extraVolume` | Extra volume | |