From c55b1ed62a78a9b6c139a3259ab954b5db7c8756 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Taveira=20Ara=C3=BAjo?= Date: Thu, 17 Mar 2022 17:10:05 -0700 Subject: [PATCH] fix: rollback fluent-bit to v1.8.12 (#17) Fluent-bit v1.8.13 has a bug which affects high volume ingest: https://github.com/fluent/fluent-bit/issues/4991 --- bases/logs/m/kustomization.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bases/logs/m/kustomization.yaml b/bases/logs/m/kustomization.yaml index a0d2fac..87cd59b 100644 --- a/bases/logs/m/kustomization.yaml +++ b/bases/logs/m/kustomization.yaml @@ -40,4 +40,4 @@ configMapGenerator: images: - name: fluent/fluent-bit - newTag: '1.8.13' + newTag: '1.8.12'