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
3
3
description : Sysdig Node Analyzer
4
4
5
5
# currently matching Sysdig's appVersion 1.14.34
6
- version : 1.17.3
6
+ version : 1.17.4
7
7
appVersion : 12.8.0
8
8
keywords :
9
9
- monitoring
Original file line number Diff line number Diff line change @@ -181,7 +181,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
181
181
| ` nodeAnalyzer.hostScanner.additionalDirsToScan ` | Sets the optional comma-separated list of directories in addition to the default ones. | ` ` |
182
182
| ` nodeAnalyzer.hostScanner.env ` | Specifies the extra environment variables that will be passed onto pods. | ` {} ` |
183
183
| ` nodeAnalyzer.hostScanner.image.repository ` | Specifies the image repository to pull the Host Scanner from. | ` sysdig/vuln-host-scanner ` |
184
- | ` nodeAnalyzer.hostScanner.image.tag ` | Specifies the image tag to pull the Host Scanner. | ` 0.5.1 ` |
184
+ | ` nodeAnalyzer.hostScanner.image.tag ` | Specifies the image tag to pull the Host Scanner. | ` 0.5.2 ` |
185
185
| ` nodeAnalyzer.hostScanner.image.digest ` | Specifies the image digest to pull. | ` ` |
186
186
| ` nodeAnalyzer.hostScanner.image.pullPolicy ` | Specifies the image pull policy for the Host Scanner. | ` "" ` |
187
187
| ` nodeAnalyzer.hostScanner.resources.requests.cpu ` | Specifies the Host Scanner CPU requests per node. | ` 150m ` |
Original file line number Diff line number Diff line change @@ -362,7 +362,7 @@ nodeAnalyzer:
362
362
363
363
image :
364
364
repository : sysdig/vuln-host-scanner
365
- tag : " 0.5.1 "
365
+ tag : " 0.5.2 "
366
366
digest :
367
367
pullPolicy :
368
368
You can’t perform that action at this time.
0 commit comments