* Determine correct PodSecurityPolicy ApiGroup
PodSecurityPolicy API Group changed between Kubernetes version 1.13
(extensions) and 1.14 (policy)
Signed-off-by: Tim Hobbs <timothy.hobbs@ic-consult.com>
* Bump version
Signed-off-by: Tim Hobbs <timothy.hobbs@ic-consult.com>
In addition to version upgrade, this patch adds the new chart option
called 'mergeLogKey' that configure Merge_Log_Key inside the Kubernetes
filter.
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* [stable/fluent-bit] Upgrade to Fluent Bit v1.1.0
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* [stable/fluent-bit] add new filter.KubeTagPrefix option
Starting from Fluent Bit 1.1.0, a new option called Kube_Tag_Prefix has
been introduced to help to discover Kubernetes metadata coming from
monitored files. This change adjust to the upgrade requirements on the
following document:
https://docs.fluentbit.io/manual/installation/upgrade_notes
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
This reverts the incorrect patch merged as part of pr #13000 as
well as adds warnings so that hopefully this never happens again.`
Signed-off-by: Kevin Fox <Kevin.Fox@pnnl.gov>
* Remove quotes around _SYSTEMD_UNIT value
If the _SYSTEMD_UNIT value is quoted then fluent-bit will fail to pick
up the value desired. Removing the quotes fixes the issue.
- fixes#12161
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]
- [x] [DCO](https://github.com/helm/charts/blob/master/CONTRIBUTING.md#sign-your-work) signed
- [x] Chart Version bumped
Signed-off-by: Steve Flanders <steve@sflanders.net>
Signed-off-by: Steve Flanders <steve@omnition.io>
* Bump version number
Signed-off-by: Steve Flanders <steve@omnition.io>
* [stable/fluent-bit] Parametrize flush interval and log level in the SERVICE section
Signed-off-by: Marcin Kubrak <marcin.kubrak@gmail.com>
* [stable/fluent-bit] bump chart version
Signed-off-by: Marcin Kubrak <marcin.kubrak@gmail.com>
* [stable/fluent-bit] Bump minor version instead of the patch version
Signed-off-by: Marcin Kubrak <marcin.kubrak@gmail.com>
* [stable/fluent-bit] Add support for multiple parsers.json commands
Signed-off-by: Andrea Simonini <andrea.simonini@gmail.com>
* [stable/fluent-bit] Add support for multiple parsers.json commands
restore backward compatibility
bump Chart version
Signed-off-by: Andrea Simonini <andrea.simonini@gmail.com>
* [stable/fluent-bit] Add support for multiple parsers.json commands
removed trailing spaces
Signed-off-by: Andrea Simonini <andrea.simonini@gmail.com>
* Make the extraEntries a key
Signed-off-by: Andrea Simonini <andrea.simonini@gmail.com>
* Remove trailing spaces
Signed-off-by: Andrea Simonini <andrea.simonini@gmail.com>
* fluent-bit: Add 'fullConfigMap' option to allow entire config external
By default this template provies different 'files' for config
(fluent-bit.conf, custom_parsers.conf) under a common configMap. This
defeats changing the configmap (since it uses subPath). If this variable
is set, the user is assumed to have provided, in 'existingConfigMap'
the entire config (etc/*) of fluent-bit, parsers and system config. In
this case, no subPath is used. ConfigMaps using 'subPath' do not
[update automatically](https://github.com/kubernetes/kubernetes/issues/50345)
With this option, if the user sets 'fullConfigMap: true' it is
expected that the 'externalConfigMap' provided is a valid fluent-bit
config (with both fluent-bit.conf and parsers.conf).
Signed-off-by: Don Bowman <db@donbowman.ca>
* Revert to og indentation
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* bump
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* Refactoring config
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* Adding Replace_Dots option once and for all
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* v1.0.0 since chart is in stable
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* Adding upgrading section
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* Adding extraEntries
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* Specify path in tail input
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* Specify path in tail input
Signed-off-by: Naseem Ullah <naseemkullah@gmail.com>
* add OWNERS file
The following patch add the OWNERS file adding as approvers/reviewers to
the original maintainers of Fluent Bit Chart:
- kfox1111
- edsiper
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>
* [stable/fluent-bit] bump version to 0.16.2
Signed-off-by: Eduardo Silva <eduardo@treasure-data.com>