Skip to content

Commit a813360

Browse files
authored
chore(chart): update fluent-bit to 2.1.6 (#3142)
Signed-off-by: Dominik Rosiek <drosiek@sumologic.com>
1 parent 30cccd9 commit a813360

File tree

5 files changed

+5
-4
lines changed

5 files changed

+5
-4
lines changed

.changelog/3142.changed.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
chore(chart): update fluent-bit to 2.1.6

deploy/helm/sumologic/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ sources:
1313
- https://github.com/SumoLogic/sumologic-kubernetes-collection
1414
dependencies:
1515
- name: fluent-bit
16-
version: 0.31.0
16+
version: 0.34.2
1717
repository: https://fluent.github.io/helm-charts
1818
condition: fluent-bit.enabled,sumologic.logs.enabled
1919
- name: kube-prometheus-stack

deploy/helm/sumologic/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ The following table lists the configurable parameters of the Sumo Logic chart an
332332
| `fluent-bit.extraVolumes` | Additional volumes for Fluent Bit pods. | `[{"hostPath": {"path": "/var/lib/fluent-bit", "type": "DirectoryOrCreate"}, "name": "tail-db"}]` |
333333
| `fluent-bit.image.pullPolicy` | Image pullPolicy for Fluent Bit docker container. | `IfNotPresent` |
334334
| `fluent-bit.image.repository` | Image repository for Fluent Bit docker container. | `public.ecr.aws/sumologic/fluent-bit` |
335-
| `fluent-bit.image.tag` | Image tag for Fluent Bit docker container. | `2.1.4` |
335+
| `fluent-bit.image.tag` | Image tag for Fluent Bit docker container. | `2.1.6` |
336336
| `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"}]` |
337337
| `fluent-bit.securityContext` | The securityContext configuration for Fluent Bit. | `{"capabilities": {"drop": ["ALL"]}, "privileged": true}` |
338338
| `fluent-bit.service.labels` | Labels for Fluent Bit service. | `{"sumologic.com/scrape": "true"}` |

deploy/helm/sumologic/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1275,7 +1275,7 @@ fluent-bit:
12751275
# - name: "image-pull-secret"
12761276
image:
12771277
repository: public.ecr.aws/sumologic/fluent-bit
1278-
tag: 2.1.4
1278+
tag: 2.1.6
12791279
pullPolicy: IfNotPresent
12801280

12811281
## Resource limits for Fluent Bit

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ The following table displays the currently used software versions for our Helm c
110110
| Telegraf Operator | 1.3.10 |
111111
| Tailing Sidecar Operator | 0.5.5 |
112112
| Fluentd | 1.15.3 |
113-
| Fluent Bit | 2.1.4 |
113+
| Fluent Bit | 2.1.6 |
114114

115115
### ARM support
116116

0 commit comments

Comments
 (0)