diff --git a/.changelog/3075.changed.txt b/.changelog/3075.changed.txt index 70a38a65a3..66f5440816 100644 --- a/.changelog/3075.changed.txt +++ b/.changelog/3075.changed.txt @@ -1 +1,4 @@ -chore: upgrade Fluent Bit to 2.1.4 \ No newline at end of file +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. \ No newline at end of file diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index f6308c53c6..6e1dfd9e90 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -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}` | diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 7a08934dbe..b2f6740386 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -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