Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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