From c7d54c0228e33e67de6c042eb14b4cf5e0a581db Mon Sep 17 00:00:00 2001 From: 8naama Date: Mon, 6 Jan 2025 15:27:32 +0200 Subject: [PATCH] update trivy to `0.3.6` in monitoring --- charts/logzio-monitoring/Chart.yaml | 4 ++-- charts/logzio-monitoring/README.md | 3 +++ 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/charts/logzio-monitoring/Chart.yaml b/charts/logzio-monitoring/Chart.yaml index 9226c115..2c7a3eb5 100644 --- a/charts/logzio-monitoring/Chart.yaml +++ b/charts/logzio-monitoring/Chart.yaml @@ -2,7 +2,7 @@ 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.3 +version: 6.2.4 @@ -18,7 +18,7 @@ dependencies: repository: "https://logzio.github.io/logzio-helm/" condition: metricsOrTraces.enabled - name: logzio-trivy - version: "0.3.5" + version: "0.3.6" repository: "https://logzio.github.io/logzio-helm/" condition: securityReport.enabled - name: opencost diff --git a/charts/logzio-monitoring/README.md b/charts/logzio-monitoring/README.md index 975f0a86..d4eb499e 100644 --- a/charts/logzio-monitoring/README.md +++ b/charts/logzio-monitoring/README.md @@ -227,6 +227,9 @@ There are two possible approaches to the upgrade you can choose from: - Before running the `helm upgrade` command, delete the old subcharts resources: `logzio-monitoring-prometheus-pushgateway` deployment and the `logzio-monitoring-prometheus-node-exporter` daemonset. ## Changelog +- **6.2.4**: + - Upgrade `logzio-trivy` chart to `v0.3.6` + - Fix `tolerations` value - **6.2.3**: - Upgrade `logzio-k8s-events` chart to `v0.0.8` - Upgrade `logzio-k8s-events` image to v`0.0.4`