Skip to content

Commit

Permalink
chore: update fluentd image to 1.16.5-sumo-0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiatekm committed May 13, 2024
1 parent 5287eb3 commit 4419f07
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .changelog/3701.changed.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
chore: update fluentd image to 1.16.5-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 @@ -188,7 +188,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.16.2-sumo-0` |
| `fluentd.image.tag` | Image tag for Sumo Logic docker container. | `1.16.5-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 @@ -783,7 +783,7 @@ sumologic:
fluentd:
image:
repository: public.ecr.aws/sumologic/kubernetes-fluentd
tag: 1.16.2-sumo-0
tag: 1.16.5-sumo-0
pullPolicy: IfNotPresent

additionalPlugins: []
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ The following table displays the currently used software versions for our Helm c
| Falco | 3.8.7 |
| Telegraf Operator | 1.4.0 |
| Tailing Sidecar Operator | 0.12.0 |
| Fluentd | 1.15.3 |
| Fluentd | 1.16.5 |
| Fluent Bit | 2.2.0 |

### ARM support
Expand Down

0 comments on commit 4419f07

Please sign in to comment.