Skip to content

Commit

Permalink
chore: update fluentd image to 1.16.2-sumo-0
Browse files Browse the repository at this point in the history
  • Loading branch information
aboguszewski-sumo committed Jul 26, 2023
1 parent e761743 commit 7c1008b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/3165.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update fluentd image to 1.16.2-sumo-0
2 changes: 1 addition & 1 deletion deploy/helm/sumologic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. | `[]` |
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 @@ -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: []
Expand Down

0 comments on commit 7c1008b

Please sign in to comment.