Skip to content

Commit 0141de0

Browse files
committed
Update vertica image
1 parent 18a877f commit 0141de0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • stream-loader-tests/src/test/scala/com/adform/streamloader/fixtures

stream-loader-tests/src/test/scala/com/adform/streamloader/fixtures/Vertica.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ case class VerticaConfig(
2121
dbName: String = "",
2222
user: String = "dbadmin",
2323
password: String = "",
24-
image: String = "opentext/vertica-ce:24.4.0-1"
24+
image: String = "opentext/vertica-k8s:24.4.0-1"
2525
)
2626

2727
trait VerticaTestFixture extends Vertica with BeforeAndAfterAll { this: Suite with DockerTestFixture =>

0 commit comments

Comments
 (0)