11# Materialize Kubernetes Operator Helm Chart
22
3- ![ Version: v25.3 .0-beta.1 ] ( https://img.shields.io/badge/Version-v25.3 .0--beta.1 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v0.163 .0-dev.0] ( https://img.shields.io/badge/AppVersion-v0.163 .0--dev.0-informational?style=flat-square )
3+ ![ Version: v26.0 .0-dev.0 ] ( https://img.shields.io/badge/Version-v26.0 .0--dev.0 -informational?style=flat-square ) ![ Type: application] ( https://img.shields.io/badge/Type-application-informational?style=flat-square ) ![ AppVersion: v26.0 .0-dev.0] ( https://img.shields.io/badge/AppVersion-v26.0 .0--dev.0-informational?style=flat-square )
44
55Materialize Kubernetes Operator Helm Chart
66
@@ -159,7 +159,7 @@ The following table lists the configurable parameters of the Materialize operato
159159| ` operator.clusters.swap_enabled ` | | `` true `` |
160160| ` operator.image.pullPolicy ` | Policy for pulling the image: "IfNotPresent" avoids unnecessary re-pulling of images | `` "IfNotPresent" `` |
161161| ` 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 | `` "v0.162 .0" `` |
162+ | ` operator.image.tag ` | The tag/version of the operator image to be used | `` "v26.0.0-dev .0" `` |
163163| ` operator.nodeSelector ` | Node selector to use for the operator pod | `` nil `` |
164164| ` operator.resources.limits ` | Resource limits for the operator's CPU and memory | `` {"memory":"512Mi"} `` |
165165| ` 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
185185
186186``` shell
187187helm install my-materialize-operator \
188- --set operator.image.tag=v0.163 .0-dev.0 \
188+ --set operator.image.tag=v26.0 .0-dev.0 \
189189 materialize/materialize-operator
190190```
191191
@@ -220,7 +220,7 @@ metadata:
220220 name : 12345678-1234-1234-1234-123456789012
221221 namespace : materialize-environment
222222spec :
223- environmentdImageRef : materialize/environmentd:v0.163 .0-dev.0
223+ environmentdImageRef : materialize/environmentd:v26.0 .0-dev.0
224224 backendSecretName : materialize-backend
225225 environmentdResourceRequirements :
226226 limits :
@@ -305,7 +305,7 @@ Or check the `Chart.yaml` file in the `misc/helm-charts/operator` directory:
305305apiVersion: v2
306306name: materialize-operator
307307# ...
308- version: v25.3 .0-beta-1
308+ version: v26.0 .0-dev.0
309309appVersion: v0.147.0 # Use this version for your Materialize instances
310310` ` `
311311
0 commit comments