falco-app release v0.13.0
Added
- Route Falco security events to the Giant Swarm Security Grafana organization. Operational data still goes to the default tenant.
- Enable metrics scraping for Falcosidekick and k8s-metacollector.
- Send Falco events to Falcosidekick by default.
Changed
- Enabled
json_output for Falco so security events land in Loki as structured JSON. - Allow additional properties for vendored upstream chart values so upstream keys are not rejected by the generated schema.
- Updated
falco to upstream version v0.44.1. - Updated
charts to upstream version falco-9.1.0.
Fixed
- Take the
app.kubernetes.io/version label from the chart app version instead of the chart version, as described in the Helm chart best practices. The chart version carries build metadata that pushed the label past the 63 byte limit and made the install fail.