diff --git a/charts/sysdig-deploy/Chart.yaml b/charts/sysdig-deploy/Chart.yaml index 145ec3c89..134100260 100644 --- a/charts/sysdig-deploy/Chart.yaml +++ b/charts/sysdig-deploy/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: sysdig-deploy description: A chart with various Sysdig components for Kubernetes type: application -version: 1.26.7 +version: 1.26.8 maintainers: - name: AlbertoBarba email: alberto.barba@sysdig.com diff --git a/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml b/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml index 7d812b2db..0803fba59 100644 --- a/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml +++ b/charts/sysdig-deploy/templates/cluster-scanner-runtime-scanner-check.yaml @@ -1,3 +1,3 @@ -{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled ( include "deployRuntimeScanner" . ) -}} +{{- if and .Values.clusterScanner.enabled .Values.nodeAnalyzer.enabled .Values.nodeAnalyzer.nodeAnalyzer.runtimeScanner.deploy ( include "deployRuntimeScanner" . ) -}} {{ fail "Cannot enable both the Runtime Scanner and the Cluster Scanner at the same time" }} {{- end -}}