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
22name : node-analyzer
33description : Sysdig Node Analyzer
44# currently matching Sysdig's appVersion 1.14.34
5- version : 1.20.3
5+ version : 1.20.4
66appVersion : 12.9.0
77keywords :
88 - monitoring
Original file line number Diff line number Diff line change @@ -214,7 +214,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
214214| ` nodeAnalyzer.runtimeScanner.extraMounts ` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | |
215215| ` nodeAnalyzer.runtimeScanner.storageClassName ` | Specifies the Runtime Scanner storage class to use instead of emptyDir for ephemeral storage. | `` |
216216| ` nodeAnalyzer.runtimeScanner.image.repository ` | Specifies the image repository to pull the Runtime Scanner from. | ` sysdig/vuln-runtime-scanner ` |
217- | ` nodeAnalyzer.runtimeScanner.image.tag ` | Specifies the image tag to pull the Runtime Scanner. | ` 1.6.6 ` |
217+ | ` nodeAnalyzer.runtimeScanner.image.tag ` | Specifies the image tag to pull the Runtime Scanner. | ` 1.6.7 ` |
218218| ` nodeAnalyzer.runtimeScanner.image.digest ` | Specifies the image digest to pull. | ` ` |
219219| ` nodeAnalyzer.runtimeScanner.image.pullPolicy ` | Specifies the image pull policy for the Runtime Scanner. | ` "" ` |
220220| ` nodeAnalyzer.runtimeScanner.http_proxy ` | Sets ` HTTP_PROXY ` on the Runtime Scanner container. | ` "" ` |
Original file line number Diff line number Diff line change @@ -308,7 +308,7 @@ nodeAnalyzer:
308308 probesPort : 7002
309309 image :
310310 repository : sysdig/vuln-runtime-scanner
311- tag : " 1.6.6 "
311+ tag : " 1.6.7 "
312312 digest :
313313 pullPolicy :
314314
You can’t perform that action at this time.
0 commit comments