Skip to content

Commit a78d839

Browse files
authored
Update Kafka version in e2e test (#3009)
1 parent 7276238 commit a78d839

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

tests/e2e-openshift/kafka/00-create-kafka-instance.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
reconciliationIntervalSeconds: 120
2020
kafka:
2121
config:
22-
log.message.format.version: 3.5.0
22+
log.message.format.version: 3.7.0
2323
message.max.bytes: 10485760
2424
offsets.topic.replication.factor: 1
2525
ssl.cipher.suites: TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384
@@ -53,7 +53,7 @@ spec:
5353
memory: 4Gi
5454
storage:
5555
type: ephemeral
56-
version: 3.5.0
56+
version: 3.7.0
5757
zookeeper:
5858
replicas: 1
5959
storage:

tests/e2e-openshift/kafka/chainsaw-test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ metadata:
55
creationTimestamp: null
66
name: kafka
77
spec:
8+
namespace: chainsaw-kafka
89
steps:
910
- name: step-00
1011
try:

0 commit comments

Comments
 (0)