Skip to content

Commit

Permalink
Try to update image also for Kafka with Keycloak tests
Browse files Browse the repository at this point in the history
Signed-off-by: Jakub Scholz <www@scholzj.com>
  • Loading branch information
scholzj committed Dec 28, 2023
1 parent 656b9d1 commit 28fe5de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public Map<String, String> start() {
client.createRealmFromPath(KEYCLOAK_REALM_JSON);

//Start kafka container
this.kafka = new StrimziKafkaContainer("quay.io/strimzi/kafka:latest-kafka-3.0.0")
this.kafka = new StrimziKafkaContainer("quay.io/strimzi/kafka:0.39.0-kafka-3.6.1")
.withBrokerId(1)
.withKafkaConfigurationMap(Map.of("listener.security.protocol.map",
"JWT:SASL_PLAINTEXT,BROKER1:PLAINTEXT",
Expand Down

0 comments on commit 28fe5de

Please sign in to comment.