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 @@ -3,7 +3,7 @@ name: node-analyzer
33description : Sysdig Node Analyzer
44
55# currently matching Sysdig's appVersion 1.14.34
6- version : 1.18.4
6+ version : 1.18.5
77appVersion : 12.9.0
88keywords :
99 - monitoring
Original file line number Diff line number Diff line change @@ -195,7 +195,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
195195| ` nodeAnalyzer.hostScanner.additionalDirsToScan ` | Sets the optional comma-separated list of directories in addition to the default ones. | ` ` |
196196| ` nodeAnalyzer.hostScanner.env ` | Specifies the extra environment variables that will be passed onto pods. | ` {} ` |
197197| ` nodeAnalyzer.hostScanner.image.repository ` | Specifies the image repository to pull the Host Scanner from. | ` sysdig/vuln-host-scanner ` |
198- | ` nodeAnalyzer.hostScanner.image.tag ` | Specifies the image tag to pull the Host Scanner. | ` 0.6.5 ` |
198+ | ` nodeAnalyzer.hostScanner.image.tag ` | Specifies the image tag to pull the Host Scanner. | ` 0.6.8 ` |
199199| ` nodeAnalyzer.hostScanner.image.digest ` | Specifies the image digest to pull. | ` ` |
200200| ` nodeAnalyzer.hostScanner.image.pullPolicy ` | Specifies the image pull policy for the Host Scanner. | ` "" ` |
201201| ` nodeAnalyzer.hostScanner.http_proxy ` | Sets ` HTTP_PROXY ` on the Host Scanner container. | ` "" ` |
Original file line number Diff line number Diff line change @@ -392,7 +392,7 @@ nodeAnalyzer:
392392
393393 image :
394394 repository : sysdig/vuln-host-scanner
395- tag : " 0.6.5 "
395+ tag : " 0.6.8 "
396396 digest :
397397 pullPolicy :
398398
You can’t perform that action at this time.
0 commit comments