You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/node-analyzer/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -209,9 +209,9 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
209
209
|`nodeAnalyzer.hostScanner.resources.limits.ephemeral-storage`| Specifies the Host Scanner Storage limit per node. |`1Gi`|
210
210
|`nodeAnalyzer.hostScanner.sslVerifyCertificate`| Set to `false` to allow insecure connections to the Sysdig backend, such as an On-Prem deployment. ||
211
211
|`nodeAnalyzer.hostScanner.probesPort`| Specifies the port where readiness and liveness probes are exposed. |`7001`|
212
-
|`nodeAnalyzer.hostScanner.scanContainers.enabled`| Set to `true` to scan containers |`false`|
213
-
|`nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath`| Specifies the path to docker socket |`unix:///var/run/docker.sock`|
214
-
|`nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath`| Specifies the path to podman socket |`unix:///var/run/podman.sock`|
212
+
|`nodeAnalyzer.hostScanner.scanContainers.enabled`| Set to `true` to scan containers |`false`|
213
+
|`nodeAnalyzer.hostScanner.scanContainers.dockerSocketPath`| Specifies the path to docker socket |`unix:///var/run/docker.sock`|
214
+
|`nodeAnalyzer.hostScanner.scanContainers.podmanSocketPath`| Specifies the path to podman socket |`unix:///var/run/podman.sock`|
215
215
|`nodeAnalyzer.runtimeScanner.debug`| Set to `true` to show debug logging, which is useful for troubleshooting. |`false`|
216
216
|`nodeAnalyzer.runtimeScanner.deploy`| Deploys the Runtime Scanner. |`false`|
@@ -231,7 +231,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
231
231
|`nodeAnalyzer.runtimeScanner.resources.limits.ephemeral-storage`| Specifies the Runtime Scanner Storage limit per node. |`4Gi`|
232
232
|`nodeAnalyzer.runtimeScanner.sslVerifyCertificate`| Set to `false` to allow insecure connections to the Sysdig backend, such as an On-Prem deployment. ||
233
233
|`nodeAnalyzer.runtimeScanner.env`| Specifies the extra environment variables that will be passed onto pods. |`{}`|
234
-
|`nodeAnalyzer.runtimeScanner.settings.eveEnabled`| Enables Sysdig Eve |`true`|
234
+
|`nodeAnalyzer.runtimeScanner.settings.eveEnabled`| Enables Sysdig Eve |`true`|
235
235
|`nodeAnalyzer.runtimeScanner.eveConnector.image.repository`| Specifies the image repository to pull the Eve Connector from. |`sysdig/eveclient-api`|
236
236
|`nodeAnalyzer.runtimeScanner.eveConnector.image.tag`| Specifies the image tag for the Eve Connector to be pulled. |`1.1.0`|
237
237
|`nodeAnalyzer.runtimeScanner.eveConnector.deploy`| Enables Sysdig Eve Connector for third-party integrations. |`false`|
@@ -244,7 +244,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
244
244
|`nodeAnalyzer.tolerations`| Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
245
245
|`nodeAnalyzer.kspmAnalyzer.debug`| Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. |`false`|
246
246
|`nodeAnalyzer.kspmAnalyzer.image.repository`| Specifies the image repository to pull the KSPM node analyzer from. |`sysdig/kspm-analyzer`|
247
-
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.38.0`|
247
+
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.39.0`|
248
248
|`nodeAnalyzer.kspmAnalyzer.image.digest`| Specifies the image digest to pull. |``|
249
249
|`nodeAnalyzer.kspmAnalyzer.image.pullPolicy`| Specifies the The image pull policy for the KSPM node analyzer. |`""`|
250
250
|`nodeAnalyzer.kspmAnalyzer.http_proxy`| Sets `HTTP_PROXY` on the KSPM Analyzer container. |`""`|
0 commit comments