Skip to content

Commit 8d36884

Browse files
authored
feat(agent): change ClusterScanner instalation condition based on nodeAnalyzer.runtimeScanner (#1427)
1 parent c1406b6 commit 8d36884

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

charts/sysdig-deploy/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: sysdig-deploy
33
description: A chart with various Sysdig components for Kubernetes
44
type: application
5-
version: 1.26.7
5+
version: 1.26.8
66
maintainers:
77
- name: AlbertoBarba
88
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled ( include "deployRuntimeScanner" . ) -}}
1+
{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled .Values.nodeAnalyzer.nodeAnalyzer.runtimeScanner.deploy ( include "deployRuntimeScanner" . ) -}}
22
{{ fail "Cannot enable both the Runtime Scanner and the Cluster Scanner at the same time" }}
33
{{- end -}}

0 commit comments

Comments
 (0)