Skip to content

Commit 6f49dd5

Browse files
authored
fix(agent): fix logic to disable network topology and memdump only for secure light (#1564)
1 parent 0b8b6f5 commit 6f49dd5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/agent/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sources:
3030
- https://app.sysdigcloud.com/#/settings/user
3131
- https://github.com/draios/sysdig
3232
type: application
33-
version: 1.19.1
33+
version: 1.19.2

charts/agent/templates/_helpers.tpl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -411,7 +411,7 @@ agent config to prevent a backend push from enabling them after installation.
411411
"secure_audit_streams") }}
412412
{{- $_ := set $secureConfig $secureFeature (dict "enabled" false) }}
413413
{{- end }}
414-
{{ else if include "agent.enableFalcoBaselineSecureLight" . }}
414+
{{ else if and (include "agent.enableFalcoBaselineSecureLight" .) $secureLightMode }}
415415
{{- range $secureFeature := (list
416416
"memdump"
417417
"network_topology") }}

0 commit comments

Comments
 (0)