11# fluent-bit
22
3- ![ Version: 0.55 .0] ( https://img.shields.io/badge/Version-0.55 .0-informational?style=flat-square ) ![ AppVersion: 4.2.2 ] ( https://img.shields.io/badge/AppVersion-4.2.2 -informational?style=flat-square )
3+ ![ Version: 0.56 .0] ( https://img.shields.io/badge/Version-0.56 .0-informational?style=flat-square ) ![ AppVersion: 4.2.3 ] ( https://img.shields.io/badge/AppVersion-4.2.3 -informational?style=flat-square )
44
55Fast and lightweight log processor and forwarder for Linux, OSX and BSD family operating systems.
66
@@ -26,15 +26,15 @@ Fast and lightweight log processor and forwarder for Linux, OSX and BSD family o
2626To install the chart using the recommended OCI method you can use the following command.
2727
2828``` shell
29- helm upgrade --install fluent-bit oci://ghcr.io/fluent/helm-charts/fluent-bit --version 0.55 .0
29+ helm upgrade --install fluent-bit oci://ghcr.io/fluent/helm-charts/fluent-bit --version 0.56 .0
3030```
3131
3232#### Verification
3333
3434As the OCI chart release is signed by [ Cosign] ( https://github.com/sigstore/cosign ) you can verify the chart before installing it by running the following command.
3535
3636``` shell
37- cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp ' https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit:0.55 .0
37+ cosign verify --certificate-oidc-issuer https://token.actions.githubusercontent.com --certificate-identity-regexp ' https://github\.com/action-stars/helm-workflows/\.github/workflows/release\.yaml@.+' --certificate-github-workflow-repository fluent/helm-charts --certificate-github-workflow-name Release ghcr.io/fluent/helm-charts/fluent-bit:0.56 .0
3838```
3939
4040### Non-OCI Repository
@@ -43,7 +43,7 @@ Alternatively you can use the legacy non-OCI method via the following commands.
4343
4444``` shell
4545helm repo add fluent https://fluent.github.io/helm-charts/
46- helm upgrade --install fluent-bit fluent/fluent-bit --version 0.55 .0
46+ helm upgrade --install fluent-bit fluent/fluent-bit --version 0.56 .0
4747```
4848
4949## Values
@@ -66,6 +66,7 @@ helm upgrade --install fluent-bit fluent/fluent-bit --version 0.55.0
6666| autoscaling.vpa.enabled | bool | ` false ` | |
6767| autoscaling.vpa.maxAllowed | object | ` {} ` | |
6868| autoscaling.vpa.minAllowed | object | ` {} ` | |
69+ | autoscaling.vpa.recommender | string | ` "default" ` | |
6970| autoscaling.vpa.updatePolicy.updateMode | string | ` "Auto" ` | |
7071| command[ 0] | string | ` "/fluent-bit/bin/fluent-bit" ` | |
7172| config.customParsers | string | ` "[PARSER]\n Name docker_no_time\n Format json\n Time_Keep Off\n Time_Key time\n Time_Format %Y-%m-%dT%H:%M:%S.%L\n" ` | |
0 commit comments