We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0b8b6f5 commit 6f49dd5Copy full SHA for 6f49dd5
charts/agent/Chart.yaml
@@ -30,4 +30,4 @@ sources:
30
- https://app.sysdigcloud.com/#/settings/user
31
- https://github.com/draios/sysdig
32
type: application
33
-version: 1.19.1
+version: 1.19.2
charts/agent/templates/_helpers.tpl
@@ -411,7 +411,7 @@ agent config to prevent a backend push from enabling them after installation.
411
"secure_audit_streams") }}
412
{{- $_ := set $secureConfig $secureFeature (dict "enabled" false) }}
413
{{- end }}
414
- {{ else if include "agent.enableFalcoBaselineSecureLight" . }}
+ {{ else if and (include "agent.enableFalcoBaselineSecureLight" .) $secureLightMode }}
415
{{- range $secureFeature := (list
416
"memdump"
417
"network_topology") }}
0 commit comments