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.
1 parent 2a0fe00 commit 6d155b9Copy full SHA for 6d155b9
integration-tests/src/test/java/oracle/kubernetes/operator/ITPodsRestart.java
@@ -274,6 +274,7 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
274
TestUtils.ExecAndPrintLog(command);
275
276
// apply new domain yaml and verify pod restart
277
+ newImage = getWeblogicImageName() + ":12.2.1.3";
278
domain.verifyDomainServerPodRestart(
279
"\"" + getWeblogicImageName() + ":" + getWeblogicImageTag() + "\"",
280
"\"" + newImage + "\"");
0 commit comments