Skip to content

Commit

Permalink
[Release] update fluentd chart version to 0.30.6
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama authored Jan 20, 2025
2 parents 1fd9447 + 361d708 commit 104d574
Show file tree
Hide file tree
Showing 3 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,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.2.4
version: 6.2.5



sources:
- https://github.com/logzio/logzio-helm
dependencies:
- name: logzio-fluentd
version: "0.30.5"
version: "0.30.6"
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 @@ -269,6 +269,9 @@ Replace `<<TAINT-KEY>>`, `<<TAINT-OPERATOR>>`, `<<TAINT-VALUE>>`, and `<<TAINT-E
By following these steps, you can ensure that your pods are scheduled on nodes with taints by adding the necessary tolerations to the Helm chart configuration.
## Changelog
- **6.2.5**:
- Upgrade `logzio-fluentd` chart to `v0.30.6`
- Upgrade fluentd version to `1.18.0`
- **6.2.4**:
- Upgrade `logzio-trivy` chart to `v0.3.6`
- Fix `tolerations` value
Expand Down
2 changes: 1 addition & 1 deletion tests/metrics_e2e_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func TestFargateMetrics(t *testing.T) {
}
requiredMetrics := map[string][]string{
"kube_pod_status_phase": {"p8s_logzio_name", "namespace", "pod", "phase", "uid"},
"kube_pod_info": {"p8s_logzio_name", "namespace", "host_ip", "pod"},
"kube_pod_info": {"p8s_logzio_name", "namespace", "pod"},
"kube_pod_container_resource_limits": {"p8s_logzio_name", "namespace", "pod", "resource"},
"kube_pod_container_info": {"p8s_logzio_name", "namespace", "pod"},
"kube_pod_created": {"p8s_logzio_name", "namespace", "pod"},
Expand Down

0 comments on commit 104d574

Please sign in to comment.