Skip to content

Commit

Permalink
Update Kafka version in e2e test (#3009)
Browse files Browse the repository at this point in the history
  • Loading branch information
IshwarKanse committed Jun 4, 2024
1 parent 7276238 commit a78d839
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/e2e-openshift/kafka/00-create-kafka-instance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ spec:
reconciliationIntervalSeconds: 120
kafka:
config:
log.message.format.version: 3.5.0
log.message.format.version: 3.7.0
message.max.bytes: 10485760
offsets.topic.replication.factor: 1
ssl.cipher.suites: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
Expand Down Expand Up @@ -53,7 +53,7 @@ spec:
memory: 4Gi
storage:
type: ephemeral
version: 3.5.0
version: 3.7.0
zookeeper:
replicas: 1
storage:
Expand Down
1 change: 1 addition & 0 deletions tests/e2e-openshift/kafka/chainsaw-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ metadata:
creationTimestamp: null
name: kafka
spec:
namespace: chainsaw-kafka
steps:
- name: step-00
try:
Expand Down

0 comments on commit a78d839

Please sign in to comment.