We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6ca44d7 + 2610a48 commit a25f82cCopy full SHA for a25f82c
integration-tests/src/test/java/oracle/weblogic/kubernetes/TestConstants.java
@@ -351,8 +351,7 @@ public interface TestConstants {
351
getNonEmptySystemProperty("wko.it.istio.version", "1.13.2");
352
353
//MySQL database constants
354
- public static final String MYSQL_IMAGE = BASE_IMAGES_PREFIX
355
- + "/test-images/database/mysql";
+ public static final String MYSQL_IMAGE = BASE_IMAGES_PREFIX + "test-images/database/mysql";
356
public static final String MYSQL_VERSION = "8.0.29";
357
358
//OKE constants
0 commit comments