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
2
2
name : node-analyzer
3
3
description : Sysdig Node Analyzer
4
4
# currently matching Sysdig's appVersion 1.14.34
5
- version : 1.35.5
5
+ version : 1.35.6
6
6
appVersion : 12.9.2
7
7
keywords :
8
8
- 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
196
196
| ` nodeAnalyzer.hostScanner.additionalDirsToScan ` | Sets the optional comma-separated list of directories in addition to the default ones. | ` ` |
197
197
| ` nodeAnalyzer.hostScanner.env ` | Specifies the extra environment variables that will be passed onto pods. | ` {} ` |
198
198
| ` 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.6 ` |
199
+ | ` nodeAnalyzer.hostScanner.image.tag ` | Specifies the image tag to pull the Host Scanner. | ` 0.13.7 ` |
200
200
| ` nodeAnalyzer.hostScanner.image.digest ` | Specifies the image digest to pull. | ` ` |
201
201
| ` nodeAnalyzer.hostScanner.image.pullPolicy ` | Specifies the image pull policy for the Host Scanner. | ` "" ` |
202
202
| ` nodeAnalyzer.hostScanner.http_proxy ` | Sets ` HTTP_PROXY ` on the Host Scanner container. | ` "" ` |
Original file line number Diff line number Diff line change @@ -389,7 +389,7 @@ nodeAnalyzer:
389
389
390
390
image :
391
391
repository : sysdig/vuln-host-scanner
392
- tag : " 0.13.6 "
392
+ tag : " 0.13.7 "
393
393
digest : null
394
394
pullPolicy : null
395
395
# Proxy configuration variables
You can’t perform that action at this time.
0 commit comments