3939
4040 # Specify the Kafka Broker related settings
4141 # clusterImage can specify the whole kafkacluster image in one place
42- # clusterImage: "ghcr.io/adobe/kafka:2.13-3.9.1
42+ # clusterImage: "ghcr.io/adobe/koperator/ kafka:2.13-3.9.1
4343
4444 # clusterWideConfig specifies the cluster-wide kafka config cluster wide, all these can be overridden per-broker
4545 # clusterWideConfig: |
@@ -181,7 +181,7 @@ spec:
181181 cruise.control.metrics.topic.replication.factor=2
182182 brokerConfig :
183183 # Docker image used by the operator to create the Broker with id 0
184- # image: "ghcr.io/adobe/kafka:2.13-3.9.1
184+ # image: "ghcr.io/adobe/koperator/ kafka:2.13-3.9.1
185185 # resourceRequirements works exactly like Container resources, the user can specify the limit and the requests
186186 # through this property
187187 # resourceRequirements:
@@ -252,7 +252,7 @@ spec:
252252 # volumeMounts:
253253 # - mountPath: "/opt/kafka/libs/extra-jars"
254254 # name: "jars"
255- - image : " ghcr.io/adobe/kafka:2.13-3.9.1"
255+ - image : " ghcr.io/adobe/koperator/ kafka:2.13-3.9.1"
256256 id : 1
257257 config : |
258258 auto.create.topics.enable=false
@@ -274,7 +274,7 @@ spec:
274274 readOnlyConfig : |
275275 auto.create.topics.enable=false
276276 brokerConfig :
277- image : " ghcr.io/adobe/kafka:2.13-3.9.1"
277+ image : " ghcr.io/adobe/koperator/ kafka:2.13-3.9.1"
278278 storageConfigs :
279279 - mountPath : " /kafka-logs"
280280 pvcSpec :
@@ -708,9 +708,9 @@ spec:
708708 # monitoringConfig describes the monitoring related configs
709709 # monitoringConfig:
710710 # jmxImage describes the used prometheus jmx exporter agent container
711- # jmxImage: "ghcr.io/banzaicloud /jmx-javaagent:0.16.1 "
711+ # jmxImage: "ghcr.io/amuraru /jmx-javaagent:0.19.2 "
712712 # pathToJar describes the path to the jar file in the given image
713- # pathToJar: "/opt/jmx_exporter/ jmx_prometheus_javaagent-0.16.1 .jar"
713+ # pathToJar: "/jmx_prometheus_javaagent.jar"
714714 # kafkaJMXExporterConfig describes jmx exporter config for Kafka
715715 # kafkaJMXExporterConfig: |
716716 # lowercaseOutputName: true
0 commit comments