Skip to content

Commit 9a36bbd

Browse files
chore(node-analyzer): bump sysdig/vuln-host-scanner to v0.13.7 (#2260)
1 parent a870cc2 commit 9a36bbd

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.35.5
5+
version: 1.35.6
66
appVersion: 12.9.2
77
keywords:
88
- monitoring

charts/node-analyzer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
196196
| `nodeAnalyzer.hostScanner.additionalDirsToScan` | Sets the optional comma-separated list of directories in addition to the default ones. | ` ` |
197197
| `nodeAnalyzer.hostScanner.env` | Specifies the extra environment variables that will be passed onto pods. | `{}` |
198198
| `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` |
200200
| `nodeAnalyzer.hostScanner.image.digest` | Specifies the image digest to pull. | ` ` |
201201
| `nodeAnalyzer.hostScanner.image.pullPolicy` | Specifies the image pull policy for the Host Scanner. | `""` |
202202
| `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
@@ -389,7 +389,7 @@ nodeAnalyzer:
389389

390390
image:
391391
repository: sysdig/vuln-host-scanner
392-
tag: "0.13.6"
392+
tag: "0.13.7"
393393
digest: null
394394
pullPolicy: null
395395
# Proxy configuration variables

0 commit comments

Comments
 (0)