From a6b1c686c09b6c7075e0508f72ecfee877ea8349 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Wed, 3 Apr 2024 13:13:21 +0100 Subject: [PATCH] feat(fluent-bit): Updated image to v3.0.0 (#484) Signed-off-by: Steve Hipwell --- charts/fluent-bit/Chart.yaml | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/charts/fluent-bit/Chart.yaml b/charts/fluent-bit/Chart.yaml index 3b3ee7a4..455fa5d5 100644 --- a/charts/fluent-bit/Chart.yaml +++ b/charts/fluent-bit/Chart.yaml @@ -5,8 +5,8 @@ keywords: - logging - fluent-bit - fluentd -version: 0.45.0 -appVersion: 2.2.2 +version: 0.46.0 +appVersion: 3.0.0 icon: https://raw.githubusercontent.com/cncf/artwork/master/projects/fluentd/fluentbit/icon/fluentbit-icon-color.svg home: https://fluentbit.io/ sources: @@ -22,7 +22,5 @@ maintainers: email: steve.hipwell@gmail.com annotations: artifacthub.io/changes: | - - kind: added - description: "Added support for ingress.annotations tpl rendering" - kind: changed - description: "Changed default image pull policy to IfNotPresent in values.yaml" + description: "Updated _Fluent Bit_ OCI image to [v3.0.0](https://github.com/fluent/fluent-bit/releases/tag/v3.0.0)."