Skip to content

Commit 4f75dc2

Browse files
committed
fix(test): use new redpanda docker image
1 parent 5fb4b6e commit 4f75dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

connect-file-pulse-plugin/src/integration-test/java/io/streamthoughts/kafka/connect/filepulse/RedpandaKafkaContainer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
*/
2929
public final class RedpandaKafkaContainer extends GenericContainer<RedpandaKafkaContainer> {
3030

31-
public static final String VECTORIZED_REDPANDA_LATEST = "vectorized/redpanda:latest";
31+
public static final String VECTORIZED_REDPANDA_LATEST = "redpandadata/redpanda:latest";
3232

3333
private static final Logger LOG = LoggerFactory.getLogger(RedpandaKafkaContainer.class);
3434

0 commit comments

Comments
 (0)