Skip to content

Commit

Permalink
feat(fluentd-aggregator): Updated image to v2.10.2 (#848)
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Hipwell <[email protected]>
  • Loading branch information
stevehipwell authored Dec 13, 2023
1 parent 59077e6 commit d43bede
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 8 deletions.
10 changes: 9 additions & 1 deletion charts/fluentd-aggregator/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [UNRELEASED]

## [v4.1.2] - 2023-12-11### Fixed
## [v4.1.3] - 2023-12-13

### Changed

- Updated _Fluentd Aggregator_ OCI image to [v2.10.2](https://github.com/stevehipwell/fluentd-aggregator/releases/tag/v2.10.2) (_Fluentd_ [v1.16.3](https://github.com/fluent/fluentd/releases/tag/v1.16.3)).

## [v4.1.2] - 2023-12-11

### Fixed

- Fixed legacy migration by fixing the changes when the `service.legacy` value is set.

Expand Down
8 changes: 4 additions & 4 deletions charts/fluentd-aggregator/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: fluentd-aggregator
description: Helm chart for Fluentd running as an aggregation StatefulSet and using the fluent-plugin-route router.
type: application
version: 4.1.2
appVersion: 2.10.1
version: 4.1.3
appVersion: 2.10.2
keywords:
- fluent
- fluentd
Expand All @@ -21,5 +21,5 @@ maintainers:
annotations:
artifacthub.io/alternativeName: fluentd
artifacthub.io/changes: |
- kind: fixed
description: "Fixed legacy migration by fixing the changes when the `service.legacy` value is set."
- kind: changed
description: "Updated _Fluentd Aggregator_ OCI image to v2.10.2."
6 changes: 3 additions & 3 deletions charts/fluentd-aggregator/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# fluentd-aggregator

![Version: 4.1.2](https://img.shields.io/badge/Version-4.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.1](https://img.shields.io/badge/AppVersion-2.10.1-informational?style=flat-square)
![Version: 4.1.3](https://img.shields.io/badge/Version-4.1.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 2.10.2](https://img.shields.io/badge/AppVersion-2.10.2-informational?style=flat-square)

Helm chart for Fluentd running as an aggregation StatefulSet and using the fluent-plugin-route router.

Expand All @@ -23,14 +23,14 @@ Helm chart for Fluentd running as an aggregation StatefulSet and using the fluen
To install the chart using the recommended OCI method you can use the following command.

```shell
helm upgrade --install fluentd-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluentd-aggregator --version 4.1.2
helm upgrade --install fluentd-aggregator oci://ghcr.io/stevehipwell/helm-charts/fluentd-aggregator --version 4.1.3
```

Alternatively 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 fluentd-aggregator stevehipwell/fluentd-aggregator --version 4.1.2
helm upgrade --install fluentd-aggregator stevehipwell/fluentd-aggregator --version 4.1.3
```

## Values
Expand Down

0 comments on commit d43bede

Please sign in to comment.