Skip to content

Commit 821da01

Browse files
authored
[release-1.35] update strimzi to 0.45.1 (#3752)
* update strimzi to 0.45.1 * update Kafka version
1 parent 3592ae3 commit 821da01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

hack/lib/strimzi.bash

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ metadata:
3030
strimzi.io/kraft: enabled
3131
spec:
3232
kafka:
33-
version: 3.7.1
33+
version: 3.9.0
3434
replicas: 3
3535
listeners:
3636
# PLAINTEXT
@@ -74,7 +74,7 @@ spec:
7474
offsets.topic.replication.factor: 3
7575
transaction.state.log.replication.factor: 3
7676
transaction.state.log.min.isr: 2
77-
inter.broker.protocol.version: "3.7"
77+
inter.broker.protocol.version: "3.9"
7878
auto.create.topics.enable: "false"
7979
entityOperator:
8080
topicOperator: {}

hack/lib/vars.bash

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ fi
1111
# shellcheck disable=SC1091,SC1090
1212
source "$(dirname "${BASH_SOURCE[0]}")/../../vendor/knative.dev/hack/e2e-tests.sh"
1313

14-
export STRIMZI_VERSION=0.42.0
14+
export STRIMZI_VERSION=0.45.1
1515

1616
# Adjust these when upgrading the knative versions.
1717
export KNATIVE_SERVING_VERSION="${KNATIVE_SERVING_VERSION:-$(metadata.get dependencies.serving)}"

0 commit comments

Comments
 (0)