Skip to content

Commit fc65fee

Browse files
chore(node-analyzer): bump sysdig/vuln-host-scanner to v0.5.2 (#1363)
Add the environment variable "USE_MAINDB_V2" to Host Scanner
1 parent e57a23f commit fc65fee

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

charts/node-analyzer/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: node-analyzer
33
description: Sysdig Node Analyzer
44

55
# currently matching Sysdig's appVersion 1.14.34
6-
version: 1.17.3
6+
version: 1.17.4
77
appVersion: 12.8.0
88
keywords:
99
- monitoring

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
181181
| `nodeAnalyzer.hostScanner.additionalDirsToScan` | Sets the optional comma-separated list of directories in addition to the default ones. | ` ` |
182182
| `nodeAnalyzer.hostScanner.env` | Specifies the extra environment variables that will be passed onto pods. | `{}` |
183183
| `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` |
185185
| `nodeAnalyzer.hostScanner.image.digest` | Specifies the image digest to pull. | ` ` |
186186
| `nodeAnalyzer.hostScanner.image.pullPolicy` | Specifies the image pull policy for the Host Scanner. | `""` |
187187
| `nodeAnalyzer.hostScanner.resources.requests.cpu` | Specifies the Host Scanner CPU requests per node. | `150m` |

charts/node-analyzer/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ nodeAnalyzer:
362362

363363
image:
364364
repository: sysdig/vuln-host-scanner
365-
tag: "0.5.1"
365+
tag: "0.5.2"
366366
digest:
367367
pullPolicy:
368368

0 commit comments

Comments
 (0)