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