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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
241
241
|`nodeAnalyzer.tolerations`| Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
242
242
|`nodeAnalyzer.kspmAnalyzer.debug`| Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. |`false`|
243
243
|`nodeAnalyzer.kspmAnalyzer.image.repository`| Specifies the image repository to pull the KSPM node analyzer from. |`sysdig/kspm-analyzer`|
244
-
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.36.0`|
244
+
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.37.0`|
245
245
|`nodeAnalyzer.kspmAnalyzer.image.digest`| Specifies the image digest to pull. |``|
246
246
|`nodeAnalyzer.kspmAnalyzer.image.pullPolicy`| Specifies the The image pull policy for the KSPM node analyzer. |`""`|
247
247
|`nodeAnalyzer.kspmAnalyzer.http_proxy`| Sets `HTTP_PROXY` on the KSPM Analyzer container. |`""`|
0 commit comments