File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ metadata:
30
30
strimzi.io/kraft: enabled
31
31
spec:
32
32
kafka:
33
- version: 3.7.1
33
+ version: 3.9.0
34
34
replicas: 3
35
35
listeners:
36
36
# PLAINTEXT
74
74
offsets.topic.replication.factor: 3
75
75
transaction.state.log.replication.factor: 3
76
76
transaction.state.log.min.isr: 2
77
- inter.broker.protocol.version: "3.7 "
77
+ inter.broker.protocol.version: "3.9 "
78
78
auto.create.topics.enable: "false"
79
79
entityOperator:
80
80
topicOperator: {}
Original file line number Diff line number Diff line change 11
11
# shellcheck disable=SC1091,SC1090
12
12
source " $( dirname " ${BASH_SOURCE[0]} " ) /../../vendor/knative.dev/hack/e2e-tests.sh"
13
13
14
- export STRIMZI_VERSION=0.42.0
14
+ export STRIMZI_VERSION=0.45.1
15
15
16
16
# Adjust these when upgrading the knative versions.
17
17
export KNATIVE_SERVING_VERSION=" ${KNATIVE_SERVING_VERSION:- $(metadata.get dependencies.serving)} "
You can’t perform that action at this time.
0 commit comments