Skip to content

Commit 6bd438d

Browse files
committed
Use correct default image for S2I (#416)
1 parent 92092e4 commit 6bd438d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cluster-controller/src/main/java/io/strimzi/controller/cluster/model/KafkaConnectS2ICluster.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ public class KafkaConnectS2ICluster extends KafkaConnectCluster {
3737

3838
// Configuration defaults
3939
protected static final String DEFAULT_IMAGE =
40-
System.getenv().getOrDefault("STRIMZI_DEFAULT_KAFKA_IMAGE", "strimzi/kafka-connect-s2i:latest");
40+
System.getenv().getOrDefault("STRIMZI_DEFAULT_KAFKA_CONNECT_S2I_IMAGE", "strimzi/kafka-connect-s2i:latest");
4141

4242
/**
4343
* Constructor

0 commit comments

Comments
 (0)