Skip to content

Commit d59bb0b

Browse files
authored
update monitoring chart to newest fluentd version
update monitoring chart following PR #469
2 parents 5b8353e + 328455f commit d59bb0b

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

charts/logzio-monitoring/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,14 @@ apiVersion: v2
22
name: logzio-monitoring
33
description: logzio-monitoring allows you to ship logs, metrics, traces and security reports from your Kubernetes cluster using the OpenTelemetry collector for metrics and traces, Fluentd for logs, and Trivy for security reports.
44
type: application
5-
version: 5.3.1
5+
version: 5.3.2
66

77

88
sources:
99
- https://github.com/logzio/logzio-helm
1010
dependencies:
1111
- name: logzio-fluentd
12-
version: "0.29.2"
12+
version: "0.30.0"
1313
repository: "https://logzio.github.io/logzio-helm/"
1414
condition: logs.enabled
1515
- name: logzio-k8s-telemetry

charts/logzio-monitoring/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,11 @@ There are two possible approaches to the upgrade you can choose from:
225225
226226
227227
## Changelog
228+
- **5.3.2**:
229+
- Upgrade `logzio-fluentd` to version `0.30.0`
230+
- Upgrade fluentd version to `1.16.5`
228231
- **5.3.1**:
229-
Upgrade `logzio-logs-collector` version to `1.0.2`:
232+
- Upgrade `logzio-logs-collector` version to `1.0.2`:
230233
- Refactor templates function names, to avoid conflicts with other charts templates
231234
- **5.3.0**:
232235
- Add `logzio-logs-collector.enabled` + `fluentd.enabled` values

0 commit comments

Comments
 (0)