Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update fluentd chart version to 0.30.5 #548

Merged
merged 1 commit into from
Oct 21, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions charts/logzio-monitoring/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@ 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: 6.1.5
version: 6.1.6



sources:
- https://github.com/logzio/logzio-helm
dependencies:
- name: logzio-fluentd
version: "0.30.4"
version: "0.30.5"
repository: "https://logzio.github.io/logzio-helm/"
condition: logs.enabled
- name: logzio-k8s-telemetry
Expand Down
3 changes: 3 additions & 0 deletions charts/logzio-monitoring/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -228,6 +228,9 @@ There are two possible approaches to the upgrade you can choose from:
## Changelog
- **6.1.6**:
- Upgrade `logzio-fluentd` chart to `v0.30.5`
- Upgrade fluentd version to `1.17.1`
- **6.1.5**:
- Upgrade `logzio-trivy` chart to `v0.3.5`
- Added `affinity` ,`nodeSelector` and `tolerations` to the deployment.
Expand Down