Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update Fluent Bit to 3.0.4 #3729

Merged
merged 2 commits into from
May 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .changelog/3729.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore(deps): update Fluent Bit to 3.0.4
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
| `fluent-bit.extraVolumes` | Additional volumes for Fluent Bit pods. | `[{"hostPath": {"path": "/var/lib/fluent-bit", "type": "DirectoryOrCreate"}, "name": "tail-db"}]` |
| `fluent-bit.image.pullPolicy` | Image pullPolicy for Fluent Bit docker container. | `IfNotPresent` |
| `fluent-bit.image.repository` | Image repository for Fluent Bit docker container. | `public.ecr.aws/sumologic/fluent-bit` |
| `fluent-bit.image.tag` | Image tag for Fluent Bit docker container. | `2.2.0` |
| `fluent-bit.image.tag` | Image tag for Fluent Bit docker container. | `3.0.4` |
| `fluent-bit.imagePullSecrets` | Pull secrets for Fluent Bit images. For more information on using Kubernetes secrets with container registries please refer to [Creating a Secret with a Docker config at kubernetes.io](https://kubernetes.io/docs/concepts/containers/images/#creating-a-secret-with-a-docker-config). | `[{"name": "image-pull-secret"}]` |
| `fluent-bit.securityContext` | The securityContext configuration for Fluent Bit. | `{"capabilities": {"drop": ["ALL"]}, "privileged": true}` |
| `fluent-bit.service.labels` | Labels for Fluent Bit service. | `{"sumologic.com/scrape": "true"}` |
Expand Down
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1373,7 +1373,7 @@ fluent-bit:
# - name: "image-pull-secret"
image:
repository: public.ecr.aws/sumologic/fluent-bit
tag: 2.2.0
tag: 3.0.4
pullPolicy: IfNotPresent

## Resource limits for Fluent Bit
Expand Down
Loading