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.6
5
+ version : 1.35.7
6
6
appVersion : 12.9.2
7
7
keywords :
8
8
- monitoring
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
221
221
| ` nodeAnalyzer.runtimeScanner.extraMounts ` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | |
222
222
| ` nodeAnalyzer.runtimeScanner.storageClassName ` | Specifies the Runtime Scanner storage class to use instead of emptyDir for ephemeral storage. | `` |
223
223
| ` nodeAnalyzer.runtimeScanner.image.repository ` | Specifies the image repository to pull the Runtime Scanner from. | ` sysdig/vuln-runtime-scanner ` |
224
- | ` nodeAnalyzer.runtimeScanner.image.tag ` | Specifies the image tag to pull the Runtime Scanner. | ` 1.8.2 ` |
224
+ | ` nodeAnalyzer.runtimeScanner.image.tag ` | Specifies the image tag to pull the Runtime Scanner. | ` 1.8.3 ` |
225
225
| ` nodeAnalyzer.runtimeScanner.image.digest ` | Specifies the image digest to pull. | ` ` |
226
226
| ` nodeAnalyzer.runtimeScanner.image.pullPolicy ` | Specifies the image pull policy for the Runtime Scanner. | ` "" ` |
227
227
| ` nodeAnalyzer.runtimeScanner.http_proxy ` | Sets ` HTTP_PROXY ` on the Runtime Scanner container. | ` "" ` |
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ nodeAnalyzer:
300
300
probesPort : 7002
301
301
image :
302
302
repository : sysdig/vuln-runtime-scanner
303
- tag : " 1.8.2 "
303
+ tag : " 1.8.3 "
304
304
digest : null
305
305
pullPolicy : null
306
306
# Proxy configuration variables
You can’t perform that action at this time.
0 commit comments