Skip to content

Commit

Permalink
Bump Kafka to 3.7.0 (#160)
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Stejskal <[email protected]>
  • Loading branch information
Frawless authored Mar 28, 2024
1 parent 2d2a13b commit 8915600
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion debezium/connector/040-Connect.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ metadata:
annotations:
strimzi.io/use-connector-resources: "true"
spec:
version: 3.6.1
version: 3.7.0
replicas: 1
bootstrapServers: anubis-kafka-bootstrap.strimzi-kafka.svc:9093
metricsConfig:
Expand Down
2 changes: 1 addition & 1 deletion strimzi/kraft-mode/kafka/00-kafka-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.6.1
version: 3.7.0
# ignored by nodepools, needed just for schema validation
replicas: 5
listeners:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
mode: kraft
spec:
version: 3.6.1
version: 3.7.0
replicas: 3
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion strimzi/zookeeper-mode/kafka/00-kafka-route.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ metadata:
strimzi.io/node-pools: enabled
spec:
kafka:
version: 3.6.1
version: 3.7.0
# ignored by nodepools, needed just for schema validation
replicas: 7
listeners:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ metadata:
labels:
mode: zookeeper
spec:
version: 3.6.1
version: 3.7.0
replicas: 3
resources:
requests:
Expand Down

0 comments on commit 8915600

Please sign in to comment.