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
@@ -164,7 +164,7 @@ The following table lists the configurable parameters of the Materialize operato
164
164
|`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``|
165
165
|`operator.image.pullPolicy`| Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images |``"IfNotPresent"``|
166
166
|`operator.image.repository`| The Docker repository for the operator image |``"materialize/orchestratord"``|
167
-
|`operator.image.tag`| The tag/version of the operator image to be used |``"v26.27.0-rc.4"``|
167
+
|`operator.image.tag`| The tag/version of the operator image to be used |``"v26.27.0"``|
168
168
|`operator.nodeSelector`| Node selector to use for the operator pod |``{}``|
169
169
|`operator.resources.limits`| Resource limits for the operator's CPU and memory |``{"memory":"512Mi"}``|
170
170
|`operator.resources.requests`| Resources requested by the operator for CPU and memory |``{"cpu":"100m","memory":"512Mi"}``|
@@ -190,7 +190,7 @@ Specify each parameter using the `--set key=value[,key=value]` argument to `helm
0 commit comments