3535
3636 # Specify the Kafka Broker related settings
3737 # clusterImage can specify the whole kafkacluster image in one place
38- # clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0
38+ # clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2
3939
4040 # clusterWideConfig specifies the cluster-wide kafka config cluster wide, all these can be overridden per-broker
4141 # clusterWideConfig: |
@@ -169,7 +169,7 @@ spec:
169169 cruise.control.metrics.topic.replication.factor=2
170170 brokerConfig :
171171 # Docker image used by the operator to create the Broker with id 0
172- # image: "ghcr.io/banzaicloud/kafka:2.13-3.1.0
172+ # image: "ghcr.io/banzaicloud/kafka:2.13-3.1.2
173173 # resourceRequirements works exactly like Container resources, the user can specify the limit and the requests
174174 # through this property
175175 # resourceRequirements:
@@ -189,11 +189,11 @@ spec:
189189 # which has type per-broker
190190 # priorityClassName can be used to set the broker pod's priority
191191 # priorityClassName: "high-priority"
192-
192+
193193 # When "hostNameOverride" and brokerConfig.nodePortExternalIP are empty and NodePort access method is selected for external listener
194194 # nodePortNodeAdddressType defines the Kafka broker's Kubernetes node's address type that shall be used in the advertised.listeners property
195195 # when nodeport is used for an external listener.
196- # its values can be Hostname, ExternalIP, InternalIP, InternalDNS,ExternalDNS
196+ # its values can be Hostname, ExternalIP, InternalIP, InternalDNS,ExternalDNS
197197 # nodePortNodeAddressType: "ExternalIP"
198198 config : |
199199 sasl.enabled.mechanisms=PLAIN
@@ -240,7 +240,7 @@ spec:
240240 # volumeMounts:
241241 # - mountPath: "/opt/kafka/libs/extra-jars"
242242 # name: "jars"
243- - image : " ghcr.io/banzaicloud/kafka:2.13-3.1.0 "
243+ - image : " ghcr.io/banzaicloud/kafka:2.13-3.1.2 "
244244 id : 1
245245 config : |
246246 auto.create.topics.enable=false
@@ -262,7 +262,7 @@ spec:
262262 readOnlyConfig : |
263263 auto.create.topics.enable=false
264264 brokerConfig :
265- image : " ghcr.io/banzaicloud/kafka:2.13-3.1.0 "
265+ image : " ghcr.io/banzaicloud/kafka:2.13-3.1.2 "
266266 storageConfigs :
267267 - mountPath : " /kafka-logs"
268268 pvcSpec :
0 commit comments