Skip to content

Commit

Permalink
update monitoring chart to newest fluentd version
Browse files Browse the repository at this point in the history
update monitoring chart following PR #469
  • Loading branch information
8naama authored Apr 24, 2024
2 parents 5b8353e + 328455f commit d59bb0b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
4 changes: 2 additions & 2 deletions charts/logzio-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@ apiVersion: v2
name: logzio-monitoring
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.
type: application
version: 5.3.1
version: 5.3.2


sources:
- https://github.com/logzio/logzio-helm
dependencies:
- name: logzio-fluentd
version: "0.29.2"
version: "0.30.0"
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
- name: logzio-k8s-telemetry
Expand Down
5 changes: 4 additions & 1 deletion charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -225,8 +225,11 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **5.3.2**:
- Upgrade `logzio-fluentd` to version `0.30.0`
- Upgrade fluentd version to `1.16.5`
- **5.3.1**:
Upgrade `logzio-logs-collector` version to `1.0.2`:
- Upgrade `logzio-logs-collector` version to `1.0.2`:
- Refactor templates function names, to avoid conflicts with other charts templates
- **5.3.0**:
- Add `logzio-logs-collector.enabled` + `fluentd.enabled` values
Expand Down

0 comments on commit d59bb0b

Please sign in to comment.