This repository houses fluent-bit
Windows image packaging for Rancher Logging, which is based on the banzaicloud/logging-operator.
For Linux images, use upstream fluent/fluent-bit or rancher/mirrored-fluent-fluent-bit.
- Change the value(s) in
config.json
to the new version(s). - Run
make
. - Commit those changes and push/merge into the main branch (
master
). - Tag a new release and push into the main branch (
master
).
One way to test the upstream chart with this package is to edit the default repository and tag in the Go code, and then test the chart locally.
make manifests
make generate
make install
go run main.go
helm install logging-demo ./charts/logging-demo --set "minio.enabled=True"