Skip to content

Commit

Permalink
chore(deps): update Fluent Bit to 3.0.4 (#3729)
Browse files Browse the repository at this point in the history
* chore(deps): update Fluent Bit to 3.0.4

* chore: readme

Signed-off-by: Dominik Rosiek <[email protected]>

---------

Signed-off-by: Dominik Rosiek <[email protected]>
  • Loading branch information
sumo-drosiek authored May 23, 2024
1 parent 6ee8067 commit 1829d10
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
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

0 comments on commit 1829d10

Please sign in to comment.