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.17.12
6+ version : 1.17.13
77appVersion : 12.8.0
88keywords :
99 - monitoring
Original file line number Diff line number Diff line change @@ -196,7 +196,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
196196| ` nodeAnalyzer.runtimeScanner.extraMounts ` | Specifies a container engine custom socket path (docker, containerd, CRI-O). | |
197197| ` nodeAnalyzer.runtimeScanner.storageClassName ` | Specifies the Runtime Scanner storage class to use instead of emptyDir for ephemeral storage. | `` |
198198| ` nodeAnalyzer.runtimeScanner.image.repository ` | Specifies the image repository to pull the Runtime Scanner from. | ` sysdig/vuln-runtime-scanner ` |
199- | ` nodeAnalyzer.runtimeScanner.image.tag ` | Specifies the image tag to pull the Runtime Scanner. | ` 1.6.2 ` |
199+ | ` nodeAnalyzer.runtimeScanner.image.tag ` | Specifies the image tag to pull the Runtime Scanner. | ` 1.6.3 ` |
200200| ` nodeAnalyzer.runtimeScanner.image.digest ` | Specifies the image digest to pull. | ` ` |
201201| ` nodeAnalyzer.runtimeScanner.image.pullPolicy ` | Specifies the image pull policy for the Runtime Scanner. | ` "" ` |
202202| ` nodeAnalyzer.runtimeScanner.resources.requests.cpu ` | Specifies the Runtime Scanner CPU requests per node. | ` 150m ` |
Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ nodeAnalyzer:
289289 probesPort : 7002
290290 image :
291291 repository : sysdig/vuln-runtime-scanner
292- tag : " 1.6.2 "
292+ tag : " 1.6.3 "
293293 digest :
294294 pullPolicy :
295295 storageClassName :
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.17
18+ version : 1.16.18
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.5.7 ` |
265+ | ` nodeAnalyzer.runtimeScanner.image.tag ` | The image tag to pull the Runtime Scanner. | ` 1.6.3 ` |
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.5.7
435+ tag : 1.6.3
436436 digest : null
437437 pullPolicy : IfNotPresent
438438 extraMounts : []
You can’t perform that action at this time.
0 commit comments