diff --git a/.changelog/3165.changed.txt b/.changelog/3165.changed.txt new file mode 100644 index 0000000000..396ff437ca --- /dev/null +++ b/.changelog/3165.changed.txt @@ -0,0 +1 @@ +chore: update fluentd image to 1.16.2-sumo-0 \ No newline at end of file diff --git a/deploy/helm/sumologic/README.md b/deploy/helm/sumologic/README.md index f159a892ab..0a517d3617 100644 --- a/deploy/helm/sumologic/README.md +++ b/deploy/helm/sumologic/README.md @@ -172,7 +172,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an | `sumologic.setup.monitors.notificationEmails` | A list of emails to send notifications from monitors. | `[]` | | `sumologic.setup.dashboards.enabled` | If enabled, a pre-install hook will install k8s dashboards in Sumo Logic. | `true` | | `fluentd.image.repository` | Image repository for Sumo Logic docker container. | `public.ecr.aws/sumologic/kubernetes-fluentd` | -| `fluentd.image.tag` | Image tag for Sumo Logic docker container. | `1.15.3-sumo-0` | +| `fluentd.image.tag` | Image tag for Sumo Logic docker container. | `1.16.2-sumo-0` | | `fluentd.image.pullPolicy` | Image pullPolicy for Sumo Logic docker container. | `IfNotPresent` | | `fluentd.logLevelFilter` | Do not send fluentd logs if set to `true`. | `true` | | `fluentd.additionalPlugins` | Additional Fluentd plugins to install from RubyGems. Please see our [documentation](/docs/fluent/additional-fluentd-plugins.md) for more information. | `[]` | diff --git a/deploy/helm/sumologic/values.yaml b/deploy/helm/sumologic/values.yaml index 16ae82482f..b1e3e732df 100644 --- a/deploy/helm/sumologic/values.yaml +++ b/deploy/helm/sumologic/values.yaml @@ -693,7 +693,7 @@ sumologic: fluentd: image: repository: public.ecr.aws/sumologic/kubernetes-fluentd - tag: 1.15.3-sumo-0 + tag: 1.16.2-sumo-0 pullPolicy: IfNotPresent additionalPlugins: []