diff --git a/charts/agent/Chart.yaml b/charts/agent/Chart.yaml index 971a2a6cf..dab4a26cb 100644 --- a/charts/agent/Chart.yaml +++ b/charts/agent/Chart.yaml @@ -30,4 +30,4 @@ sources: - https://app.sysdigcloud.com/#/settings/user - https://github.com/draios/sysdig type: application -version: 1.19.1 +version: 1.19.2 diff --git a/charts/agent/templates/_helpers.tpl b/charts/agent/templates/_helpers.tpl index 08c772b37..9bd2349d7 100644 --- a/charts/agent/templates/_helpers.tpl +++ b/charts/agent/templates/_helpers.tpl @@ -411,7 +411,7 @@ agent config to prevent a backend push from enabling them after installation. "secure_audit_streams") }} {{- $_ := set $secureConfig $secureFeature (dict "enabled" false) }} {{- end }} - {{ else if include "agent.enableFalcoBaselineSecureLight" . }} + {{ else if and (include "agent.enableFalcoBaselineSecureLight" .) $secureLightMode }} {{- range $secureFeature := (list "memdump" "network_topology") }}