We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 18a877f commit 0141de0Copy full SHA for 0141de0
1 file changed
stream-loader-tests/src/test/scala/com/adform/streamloader/fixtures/Vertica.scala
@@ -21,7 +21,7 @@ case class VerticaConfig(
21
dbName: String = "",
22
user: String = "dbadmin",
23
password: String = "",
24
- image: String = "opentext/vertica-ce:24.4.0-1"
+ image: String = "opentext/vertica-k8s:24.4.0-1"
25
)
26
27
trait VerticaTestFixture extends Vertica with BeforeAndAfterAll { this: Suite with DockerTestFixture =>
0 commit comments