diff --git a/stable/fluent-bit/Chart.yaml b/stable/fluent-bit/Chart.yaml index afaec0b99e3b..6086259c8df1 100755 --- a/stable/fluent-bit/Chart.yaml +++ b/stable/fluent-bit/Chart.yaml @@ -1,6 +1,6 @@ apiVersion: v1 name: fluent-bit -version: 2.0.0 +version: 2.0.1 appVersion: 1.1.0 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 6e092cb6bf69..e5126b27d25f 100644 --- a/stable/fluent-bit/README.md +++ b/stable/fluent-bit/README.md @@ -96,7 +96,6 @@ The following table lists the configurable parameters of the Fluent-Bit chart an | `filter.kubeTokenFile` | Optional custom configmaps | `/var/run/secrets/kubernetes.io/serviceaccount/token` | | `filter.kubeTag` | Optional top-level tag for matching in filter | `kube` | | `filter.kubeTagPrefix` | Optional tag prefix used by Tail | `kube.var.log.containers.` | - | `filter.mergeJSONLog` | If the log field content is a JSON string map, append the map fields as part of the log structure | `true` | | `image.fluent_bit.repository` | Image | `fluent/fluent-bit` | | `image.fluent_bit.tag` | Image tag | `1.0.6` | @@ -119,8 +118,7 @@ The following table lists the configurable parameters of the Fluent-Bit chart an | `resources` | Pod resource requests & limits | `{}` | | `hostNetwork` | Use host's network | `false` | | `dnsPolicy` | Specifies the dnsPolicy to use | `ClusterFirst` | -| `priorityClassName` | Specifies the priorityClassName to use | `NULL` -| +| `priorityClassName` | Specifies the priorityClassName to use | `NULL` | | `tolerations` | Optional daemonset tolerations | `NULL` | | `nodeSelector` | Node labels for fluent-bit pod assignment | `NULL` | | `affinity` | Expressions for affinity | `NULL` |