File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ apiVersion: v2
22name : node-analyzer
33description : Sysdig Node Analyzer
44# currently matching Sysdig's appVersion 1.14.34
5- version : 1.37.2
5+ version : 1.37.3
66appVersion : 12.9.2
77keywords :
88 - monitoring
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
196196| ` nodeAnalyzer.hostScanner.additionalDirsToScan ` | Sets the optional comma-separated list of directories in addition to the default ones. | ` ` |
197197| ` nodeAnalyzer.hostScanner.env ` | Specifies the extra environment variables that will be passed onto pods. | ` {} ` |
198198| ` nodeAnalyzer.hostScanner.image.repository ` | Specifies the image repository to pull the Host Scanner from. | ` sysdig/vuln-host-scanner ` |
199- | ` nodeAnalyzer.hostScanner.image.tag ` | Specifies the image tag to pull the Host Scanner. | ` 0.13.11 ` |
199+ | ` nodeAnalyzer.hostScanner.image.tag ` | Specifies the image tag to pull the Host Scanner. | ` 0.13.12 ` |
200200| ` nodeAnalyzer.hostScanner.image.digest ` | Specifies the image digest to pull. | ` ` |
201201| ` nodeAnalyzer.hostScanner.image.pullPolicy ` | Specifies the image pull policy for the Host Scanner. | ` "" ` |
202202| ` nodeAnalyzer.hostScanner.http_proxy ` | Sets ` HTTP_PROXY ` on the Host Scanner container. | ` "" ` |
Original file line number Diff line number Diff line change @@ -397,7 +397,7 @@ nodeAnalyzer:
397397
398398 image :
399399 repository : sysdig/vuln-host-scanner
400- tag : " 0.13.11 "
400+ tag : " 0.13.12 "
401401 digest : null
402402 pullPolicy : null
403403 # Proxy configuration variables
You can’t perform that action at this time.
0 commit comments