From 6e34325270ae3617a0b1fb4855bf38e1f1b304cc Mon Sep 17 00:00:00 2001 From: Rajat <91206945+Rajat0002@users.noreply.github.com> Date: Wed, 20 Dec 2023 02:48:01 +0530 Subject: [PATCH] fixing the fluent-bit (#407) Signed-off-by: Rajat --- community_images/fluent-bit/ironbank/image.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/community_images/fluent-bit/ironbank/image.yml b/community_images/fluent-bit/ironbank/image.yml index 0685822d93..8aca4e47b1 100755 --- a/community_images/fluent-bit/ironbank/image.yml +++ b/community_images/fluent-bit/ironbank/image.yml @@ -33,12 +33,12 @@ runtimes: tag: "FLUENT_BIT_IMAGE_TAG" - type: k8s script: k8s_coverage.sh - helm: - repo: fluent - repo_url: https://fluent.github.io/helm-charts - chart: fluent-bit + use_helm: False + wait_time_sec: 120 image_keys: fluent-bit-ib: repository: "image.repository" tag: "image.tag" - override_file: "overrides.yml" \ No newline at end of file + override_file: "overrides.yml" + readiness_wait_pod_name_suffix: + - "" \ No newline at end of file