Skip to content

Commit

Permalink
chore: use the Sumo public ECR for Fluent Bit
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikołaj Świątek committed Jun 6, 2023
1 parent 7134ef4 commit 9ceeaf0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion .changelog/3075.changed.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
chore: upgrade Fluent Bit to 2.1.4
chore: upgrade Fluent Bit to 2.1.4

This change may break some custom Fluent Bit configurations. A temporary workaround is to switch back to the 1.6.10-sumo-3 image.
We recommend updating the custom configuration, or better yet, switching to Otel.
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
| `fluent-bit.extraVolumeMounts` | Additional volume mounts for Fluent Bit pods. | `[{"mountPath": "/tail-db", "name": "tail-db"}]` |
| `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. | `cr.fluentbit.io/fluent/fluent-bit` |
| `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.1.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}` |
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 @@ -1228,7 +1228,7 @@ fluent-bit:
# imagePullSecrets:
# - name: "image-pull-secret"
image:
repository: cr.fluentbit.io/fluent/fluent-bit
repository: public.ecr.aws/sumologic/fluent-bit
tag: 2.1.4
pullPolicy: IfNotPresent

Expand Down

0 comments on commit 9ceeaf0

Please sign in to comment.