UNCLASSIFIED - NO CUI

Skip to content

fluentbit update to 0.49.1-bb.0

Package Merge Request

Package Changes

https://repo1.dso.mil/big-bang/product/packages/fluentbit/-/blob/0.49.1-bb.0/CHANGELOG.md

Package MR

big-bang/product/packages/fluentbit!246 (merged)

For Issue

Closes big-bang/product/packages/fluentbit#178 (closed)

Upgrade Notices

Passthrough Pattern Refactor

All upstream chart value overrides in ./chart/values.yaml will need to be shifted under the upstream key.

For example:

Previous Values:

image:
 repository: registry1.dso.mil/ironbank/opensource/fluent/fluent-bit
 pullPolicy: Always
 tag: 4.0.3

testFramework:
 enabled: false

Current Values:

upstream:
 image:
 repository: registry1.dso.mil/ironbank/opensource/fluent/fluent-bit
 pullPolicy: Always
 tag: 4.0.3

 testFramework:
 enabled: false

Please note, this change does not apply to Big Bang-added top-level keys, including: istio, networkPolicies, elasticsearch, loki, elasticsearchKibana, openshift, and additionalOuputs.

Edited by Peter Sigur

Merge request reports

Loading