Skip to content

Commit 41fb8a2

Browse files
author
Benjamin Valiente (Contractor)
committed
feat: upgrade fluent bit version to 4.1.1
1 parent 5673b58 commit 41fb8a2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

aws/platform/main.tf

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -398,15 +398,15 @@ locals {
398398
]
399399
image = {
400400
repository = "public.ecr.aws/aws-observability/aws-for-fluent-bit"
401-
tag = "2.31.6"
401+
tag = "3.0.0"
402402
}
403403
resources = {
404404
limits = {
405-
memory = "128Mi"
405+
memory = "256Mi"
406406
}
407407
requests = {
408408
cpu = "100m"
409-
memory = "128Mi"
409+
memory = "256Mi"
410410
}
411411
}
412412
serviceAccount = {

0 commit comments

Comments
 (0)