Skip to content

Commit 8857425

Browse files
chore(node-analyzer): bump sysdig/vuln-runtime-scanner to v0.7.4 (#1569)
1 parent c8bd860 commit 8857425

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
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: node-analyzer
33
description: Sysdig Node Analyzer
44
# currently matching Sysdig's appVersion 1.14.34
5-
version: 1.22.1
5+
version: 1.22.2
66
appVersion: 12.9.0
77
keywords:
88
- monitoring

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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.7.2` |
198+
| `nodeAnalyzer.hostScanner.image.tag` | Specifies the image tag to pull the Host Scanner. | `0.7.4` |
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. | `""` |

charts/node-analyzer/values.yaml

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

393393
image:
394394
repository: sysdig/vuln-host-scanner
395-
tag: "0.7.2"
395+
tag: "0.7.4"
396396
digest:
397397
pullPolicy:
398398

0 commit comments

Comments
 (0)