Skip to content

Commit 7c1008b

Browse files
chore: update fluentd image to 1.16.2-sumo-0
1 parent e761743 commit 7c1008b

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.changelog/3165.changed.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore: update fluentd image to 1.16.2-sumo-0

deploy/helm/sumologic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
172172
| `sumologic.setup.monitors.notificationEmails` | A list of emails to send notifications from monitors. | `[]` |
173173
| `sumologic.setup.dashboards.enabled` | If enabled, a pre-install hook will install k8s dashboards in Sumo Logic. | `true` |
174174
| `fluentd.image.repository` | Image repository for Sumo Logic docker container. | `public.ecr.aws/sumologic/kubernetes-fluentd` |
175-
| `fluentd.image.tag` | Image tag for Sumo Logic docker container. | `1.15.3-sumo-0` |
175+
| `fluentd.image.tag` | Image tag for Sumo Logic docker container. | `1.16.2-sumo-0` |
176176
| `fluentd.image.pullPolicy` | Image pullPolicy for Sumo Logic docker container. | `IfNotPresent` |
177177
| `fluentd.logLevelFilter` | Do not send fluentd logs if set to `true`. | `true` |
178178
| `fluentd.additionalPlugins` | Additional Fluentd plugins to install from RubyGems. Please see our [documentation](/docs/fluent/additional-fluentd-plugins.md) for more information. | `[]` |

deploy/helm/sumologic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ sumologic:
693693
fluentd:
694694
image:
695695
repository: public.ecr.aws/sumologic/kubernetes-fluentd
696-
tag: 1.15.3-sumo-0
696+
tag: 1.16.2-sumo-0
697697
pullPolicy: IfNotPresent
698698

699699
additionalPlugins: []

0 commit comments

Comments
 (0)