From c3265673851e96461abd2774a249c5c12addf5e5 Mon Sep 17 00:00:00 2001 From: Steve Hipwell Date: Mon, 13 Nov 2023 10:54:22 +0000 Subject: [PATCH] feat(fluent-bit-collector): Updated image to v2.2.0 (#824) Signed-off-by: Steve Hipwell --- charts/fluent-bit-collector/CHANGELOG.md | 3 +++ charts/fluent-bit-collector/Chart.yaml | 6 +++--- charts/fluent-bit-collector/README.md | 6 +++--- 3 files changed, 9 insertions(+), 6 deletions(-) diff --git a/charts/fluent-bit-collector/CHANGELOG.md b/charts/fluent-bit-collector/CHANGELOG.md index 50a4e284..12636671 100644 --- a/charts/fluent-bit-collector/CHANGELOG.md +++ b/charts/fluent-bit-collector/CHANGELOG.md @@ -20,8 +20,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [UNRELEASED] +## [v0.8.0] - 2023-11-13 + ### Changed +- Updated _Fluent Bit_ OCI image to [v2.2.0](https://github.com/fluent/fluent-bit/releases/tag/v2.2.0). - Changed the default `configmap-reload` image variant to `cgr.dev/chainguard/configmap-reload:latest`. ### Fixed diff --git a/charts/fluent-bit-collector/Chart.yaml b/charts/fluent-bit-collector/Chart.yaml index 75c50897..ace08867 100644 --- a/charts/fluent-bit-collector/Chart.yaml +++ b/charts/fluent-bit-collector/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: fluent-bit-collector description: Helm chart for Fluent Bit running as a collector DaemonSet. type: application -version: 0.7.0 -appVersion: 2.1.10 +version: 0.8.0 +appVersion: 2.2.0 keywords: - fluent - fluentd @@ -23,4 +23,4 @@ annotations: artifacthub.io/alternativeName: fluent-bit artifacthub.io/changes: | - kind: changed - description: "Updated _Fluent Bit_ OCI image to [v2.1.10](https://github.com/fluent/fluent-bit/releases/tag/v2.1.10)." + description: "Updated _Fluent Bit_ OCI image to [v2.2.0](https://github.com/fluent/fluent-bit/releases/tag/v2.2.0)." diff --git a/charts/fluent-bit-collector/README.md b/charts/fluent-bit-collector/README.md index 74b01710..e2a693b7 100644 --- a/charts/fluent-bit-collector/README.md +++ b/charts/fluent-bit-collector/README.md @@ -1,6 +1,6 @@ # fluent-bit-collector -![Version: 0.7.0](https://img.shields.io/badge/Version-0.7.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.1.10](https://img.shields.io/badge/AppVersion-2.1.10-informational?style=flat-square) +![Version: 0.8.0](https://img.shields.io/badge/Version-0.8.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.2.0](https://img.shields.io/badge/AppVersion-2.2.0-informational?style=flat-square) Helm chart for Fluent Bit running as a collector DaemonSet. @@ -22,14 +22,14 @@ Helm chart for Fluent Bit running as a collector DaemonSet. To install the chart using the recommended OCI method you can use the following command. ```shell -helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-collector --version 0.7.0 +helm upgrade --install fluent-bit-collector oci://ghcr.io/stevehipwell/helm-charts/fluent-bit-collector --version 0.8.0 ``` Alternativly you can use the legacy non-OCI method via the following commands. ```shell helm repo add stevehipwell https://stevehipwell.github.io/helm-charts/ -helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --version 0.7.0 +helm upgrade --install fluent-bit-collector stevehipwell/fluent-bit-collector --version 0.8.0 ``` ## Values