From 45f08ce792ea120ce3caae8793bfa4410138a9c4 Mon Sep 17 00:00:00 2001 From: Dincho Todorov Date: Mon, 3 Jun 2024 18:45:36 +0300 Subject: [PATCH] Downgrade fluent-bit chart because of grafana dashboard UID issue see https://github.com/fluent/helm-charts/issues/511 --- fluent-bit/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fluent-bit/Chart.yaml b/fluent-bit/Chart.yaml index 633ee7b..e0d5b6d 100644 --- a/fluent-bit/Chart.yaml +++ b/fluent-bit/Chart.yaml @@ -2,9 +2,9 @@ apiVersion: v2 name: fluent-bit description: Fluent-bit deamon set on each node. -version: 0.46.7 +version: 0.46.5 dependencies: - name: fluent-bit - version: 0.46.7 + version: 0.46.5 repository: https://fluent.github.io/helm-charts