Skip to content

Commit

Permalink
update trivy to 0.3.6 in monitoring
Browse files Browse the repository at this point in the history
  • Loading branch information
8naama committed Jan 6, 2025
1 parent b3c9eaf commit c7d54c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 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,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



Expand All @@ -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
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 @@ -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`
Expand Down

0 comments on commit c7d54c0

Please sign in to comment.