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
@@ -170,7 +170,7 @@ The following table lists the configurable parameters of the Materialize operato
170
170
|`operator.clusters.swap_enabled`| Configure sizes such that the pod QoS class is not Guaranteed, as is required for swap to be enabled. Disk doesn't make much sense with swap, as swap performs better than lgalloc, so it also gets disabled. |``true``|
171
171
|`operator.image.pullPolicy`| Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images |``"IfNotPresent"``|
172
172
|`operator.image.repository`| The Docker repository for the operator image |``"materialize/orchestratord"``|
173
-
|`operator.image.tag`| The tag/version of the operator image to be used |``"v26.31.0-rc.3"``|
173
+
|`operator.image.tag`| The tag/version of the operator image to be used |``"v26.31.0"``|
174
174
|`operator.nodeSelector`| Node selector to use for the operator pod |``{}``|
175
175
|`operator.resources.limits`| Resource limits for the operator's CPU and memory |``{"memory":"512Mi"}``|
176
176
|`operator.resources.requests`| Resources requested by the operator for CPU and memory |``{"cpu":"100m","memory":"512Mi"}``|
@@ -196,7 +196,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
0 commit comments