Skip to content

Commit

Permalink
💫 Bump to Strimzi 0.43.0 operator and Kafka operand to 3.8
Browse files Browse the repository at this point in the history
Signed-off-by: Matthias Wessendorf <[email protected]>
  • Loading branch information
matzew committed Sep 24, 2024
1 parent c8d8f95 commit 1809ef0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions hack/lib/strimzi.bash
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ metadata:
strimzi.io/kraft: enabled
spec:
kafka:
version: 3.7.1
version: 3.8.0
replicas: 3
listeners:
# PLAINTEXT
Expand Down Expand Up @@ -74,7 +74,7 @@ spec:
offsets.topic.replication.factor: 3
transaction.state.log.replication.factor: 3
transaction.state.log.min.isr: 2
inter.broker.protocol.version: "3.7"
inter.broker.protocol.version: "3.8"
auto.create.topics.enable: "false"
entityOperator:
topicOperator: {}
Expand Down
2 changes: 1 addition & 1 deletion hack/lib/vars.bash
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ fi
# shellcheck disable=SC1091,SC1090
source "$(dirname "${BASH_SOURCE[0]}")/../../vendor/knative.dev/hack/e2e-tests.sh"

export STRIMZI_VERSION=0.42.0
export STRIMZI_VERSION=0.43.0

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

0 comments on commit 1809ef0

Please sign in to comment.