File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: node-analyzer
33description : Sysdig Node Analyzer
44
55# currently matching Sysdig's appVersion 1.14.34
6- version : 1.18.5
6+ version : 1.18.6
77appVersion : 12.9.0
88keywords :
99 - 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.3 ` |
217+ | ` nodeAnalyzer.runtimeScanner.image.tag ` | Specifies the image tag to pull the Runtime Scanner. | ` 1.6.4 ` |
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.3 "
311+ tag : " 1.6.4 "
312312 digest :
313313 pullPolicy :
314314
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ name: sysdig
1515sources :
1616- https://app.sysdigcloud.com/#/settings/user
1717- https://github.com/draios/sysdig
18- version : 1.16.20
18+ version : 1.16.21
Original file line number Diff line number Diff line change @@ -262,7 +262,7 @@ The following table lists the configurable parameters of the Sysdig chart and th
262262| ` nodeAnalyzer.runtimeScanner.deploy ` | Deploys the Runtime Scanner. | ` false ` |
263263| ` nodeAnalyzer.runtimeScanner.extraMounts ` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | |
264264| ` nodeAnalyzer.runtimeScanner.image.repository ` | The image repository to pull the Runtime Scanner from. | ` sysdig/vuln-runtime-scanner ` |
265- | ` nodeAnalyzer.runtimeScanner.image.tag ` | The image tag to pull the Runtime Scanner. | ` 1.6.3 ` |
265+ | ` nodeAnalyzer.runtimeScanner.image.tag ` | The image tag to pull the Runtime Scanner. | ` 1.6.4 ` |
266266| ` nodeAnalyzer.runtimeScanner.image.digest ` | The image digest to pull. | ` ` |
267267| ` nodeAnalyzer.runtimeScanner.image.pullPolicy ` | The image pull policy for the Runtime Scanner. | ` IfNotPresent ` |
268268| ` nodeAnalyzer.runtimeScanner.resources.requests.cpu ` | Runtime Scanner CPU requests per node. | ` 250m ` |
Original file line number Diff line number Diff line change @@ -432,7 +432,7 @@ nodeAnalyzer:
432432 deploy : false
433433 image :
434434 repository : sysdig/vuln-runtime-scanner
435- tag : 1.6.3
435+ tag : 1.6.4
436436 digest : null
437437 pullPolicy : IfNotPresent
438438 extraMounts : []
You can’t perform that action at this time.
0 commit comments