Skip to content

Commit

Permalink
Fix deployed kafka version
Browse files Browse the repository at this point in the history
New amq operator version only supports kafka versions 3.7.0 upwards.
  • Loading branch information
darkdoc committed Dec 2, 2024
1 parent 0485b81 commit 5b65910
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ spec:
topicOperator: {}
userOperator: {}
kafka:
version: 3.6.0
version: 3.7.0
replicas: 3
listeners:
- name: plain
Expand Down

0 comments on commit 5b65910

Please sign in to comment.