Skip to content
2 changes: 1 addition & 1 deletion charts/sysdig-deploy/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
@@ -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 -}}