Skip to content

Commit

Permalink
fix(node-analyzer): enable eve-integration when eveConnector is deplo…
Browse files Browse the repository at this point in the history
…yed [SSPROD-18967]
  • Loading branch information
FedericoFeresini committed Sep 10, 2024
1 parent e060244 commit 69676e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion charts/node-analyzer/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: node-analyzer
description: Sysdig Node Analyzer
# currently matching Sysdig's appVersion 1.14.34
version: 1.31.5
version: 1.32.0
appVersion: 12.9.0
keywords:
- monitoring
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ data:
no_proxy: {{ .Values.nodeAnalyzer.runtimeScanner.noProxy | default .Values.nodeAnalyzer.noProxy | default .Values.global.proxy.noProxy }}
{{- end }}
eve_enabled: {{ .Values.nodeAnalyzer.runtimeScanner.settings.eveEnabled | quote }}
eve_integration_enabled: {{ .Values.nodeAnalyzer.runtimeScanner.settings.eveEnabled | quote }}
{{- if hasKey .Values.nodeAnalyzer.runtimeScanner "eveConnector" }}
eve_integration_enabled: {{ .Values.nodeAnalyzer.runtimeScanner.eveConnector.deploy | quote }}
{{- end}}
{{- if hasKey .Values.nodeAnalyzer.runtimeScanner "settings" }}
prom_port: {{ .Values.nodeAnalyzer.runtimeScanner.settings.prometheusPort | default 25001 | quote }}
{{- end }}
Expand Down
4 changes: 2 additions & 2 deletions 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.64.4
version: 1.65.0
maintainers:
- name: AlbertoBarba
email: [email protected]
Expand Down Expand Up @@ -36,7 +36,7 @@ dependencies:
- name: node-analyzer
# repository: https://charts.sysdig.com
repository: file://../node-analyzer
version: ~1.31.5
version: ~1.32.0
alias: nodeAnalyzer
condition: nodeAnalyzer.enabled
- name: cluster-scanner
Expand Down

0 comments on commit 69676e5

Please sign in to comment.