Skip to content
This repository was archived by the owner on Mar 26, 2025. It is now read-only.

Commit 714d07b

Browse files
authored
Updated Kafka broker image version (3.1.0->)3.1.2 (#1005)
* fix(kafka): updated kafka version (3.1.0->)3.1.2 To fix vulnerabilities and incorporate patches. * chore(dep): updated Koperator API (0.28.3->)0.28.4
1 parent 8fa9280 commit 714d07b

27 files changed

+212
-99
lines changed

config/samples/banzaicloud_v1beta1_kafkacluster.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ spec:
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:

config/samples/kafkacluster-prometheus.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ spec:
8585
storageClass: 'gp2'
8686
mountPath: '/kafkalog'
8787
diskSize: '10G'
88-
image: 'ghcr.io/banzaicloud/kafka:2.13-3.1.0'
88+
image: 'ghcr.io/banzaicloud/kafka:2.13-3.1.2'
8989
# annotations to be applied onto the broker pod
9090
# brokerAnnotations: '{ "sidecar.istio.io/logLevel": "trace", "sidecar.istio.io/proxyCPULimit": "50m" }'
9191
command: 'upScale'
@@ -101,7 +101,7 @@ spec:
101101
storageClass: 'gp2'
102102
mountPath: '/kafkalog'
103103
diskSize: '10G'
104-
image: 'ghcr.io/banzaicloud/kafka:2.13-3.1.0'
104+
image: 'ghcr.io/banzaicloud/kafka:2.13-3.1.2'
105105
# annotations to be applied onto the broker pod
106106
# brokerAnnotations: '{ "sidecar.istio.io/logLevel": "trace", "sidecar.istio.io/proxyCPULimit": "50m" }'
107107
command: 'upScale'
@@ -117,7 +117,7 @@ spec:
117117
storageClass: 'gp2'
118118
mountPath: '/kafkalog'
119119
diskSize: '10G'
120-
image: 'ghcr.io/banzaicloud/kafka:2.13-3.1.0'
120+
image: 'ghcr.io/banzaicloud/kafka:2.13-3.1.2'
121121
# annotations to be applied onto the broker pod
122122
# brokerAnnotations: '{ "sidecar.istio.io/logLevel": "trace", "sidecar.istio.io/proxyCPULimit": "50m" }'
123123
command: 'upScale'

config/samples/kafkacluster-with-istio.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ spec:
1616
zkAddresses:
1717
- "zookeeper-server-client.zookeeper:2181"
1818
oneBrokerPerNode: false
19-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
19+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
2020
readOnlyConfig: |
2121
auto.create.topics.enable=false
2222
cruise.control.metrics.topic.auto.create=true

config/samples/kafkacluster_with_external_ssl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
zkAddresses:
1010
- "zookeeper-server-client.zookeeper:2181"
1111
oneBrokerPerNode: false
12-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
12+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
1313
readOnlyConfig: |
1414
auto.create.topics.enable=false
1515
cruise.control.metrics.topic.auto.create=true

config/samples/kafkacluster_with_external_ssl_customcert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
zkAddresses:
1010
- "zookeeper-server-client.zookeeper:2181"
1111
oneBrokerPerNode: false
12-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
12+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
1313
readOnlyConfig: |
1414
auto.create.topics.enable=false
1515
cruise.control.metrics.topic.auto.create=true

config/samples/kafkacluster_with_ssl_groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- "failure-domain.beta.kubernetes.io/region"
1515
- "failure-domain.beta.kubernetes.io/zone"
1616
oneBrokerPerNode: false
17-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
17+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
1818
readOnlyConfig: |
1919
auto.create.topics.enable=false
2020
cruise.control.metrics.topic.auto.create=true

config/samples/kafkacluster_with_ssl_groups_customcert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- "failure-domain.beta.kubernetes.io/region"
1515
- "failure-domain.beta.kubernetes.io/zone"
1616
oneBrokerPerNode: false
17-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
17+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
1818
readOnlyConfig: |
1919
auto.create.topics.enable=false
2020
cruise.control.metrics.topic.auto.create=true

config/samples/kafkacluster_with_ssl_hybrid_customcert.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ spec:
1414
- "failure-domain.beta.kubernetes.io/region"
1515
- "failure-domain.beta.kubernetes.io/zone"
1616
oneBrokerPerNode: false
17-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
17+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
1818
readOnlyConfig: |
1919
auto.create.topics.enable=false
2020
cruise.control.metrics.topic.auto.create=true

config/samples/kafkacluster_without_ssl.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
zkAddresses:
1010
- "zookeeper-server-client.zookeeper:2181"
1111
oneBrokerPerNode: false
12-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
12+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
1313
readOnlyConfig: |
1414
auto.create.topics.enable=false
1515
cruise.control.metrics.topic.auto.create=true

config/samples/kafkacluster_without_ssl_groups.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ spec:
99
zkAddresses:
1010
- "zookeeper-server-client.zookeeper:2181"
1111
oneBrokerPerNode: false
12-
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.0"
12+
clusterImage: "ghcr.io/banzaicloud/kafka:2.13-3.1.2"
1313
readOnlyConfig: |
1414
auto.create.topics.enable=false
1515
cruise.control.metrics.topic.auto.create=true

0 commit comments

Comments
 (0)