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
@@ -218,7 +218,7 @@ The following table lists the configurable parameters of the Sysdig Node Analyze
218
218
|`nodeAnalyzer.tolerations`| Specifies the tolerations for scheduling. | <pre>node-role.kubernetes.io/master:NoSchedule,<br>node-role.kubernetes.io/control-plane:NoSchedule</pre> |
219
219
|`nodeAnalyzer.kspmAnalyzer.debug`| Set to true to show KSPM node analyzer debug logging, which is useful for troubleshooting. |`false`|
220
220
|`nodeAnalyzer.kspmAnalyzer.image.repository`| Specifies the image repository to pull the KSPM node analyzer from. |`sysdig/kspm-analyzer`|
221
-
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.32.0`|
221
+
|`nodeAnalyzer.kspmAnalyzer.image.tag`| Specifies the image tag for the KSPM node analyzer image to be pulled. |`1.33.0`|
222
222
|`nodeAnalyzer.kspmAnalyzer.image.digest`| Specifies the image digest to pull. |``|
223
223
|`nodeAnalyzer.kspmAnalyzer.image.pullPolicy`| Specifies the The image pull policy for the KSPM node analyzer. |`""`|
224
224
|`nodeAnalyzer.kspmAnalyzer.resources.requests.cpu`| Specifies the KSPM node analyzer CPU requests per node. |`150m`|
0 commit comments