Skip to content

Commit 0fee57e

Browse files
authored
Fix selenium image tag override, update default selenium image tag (#820)
1 parent 1c34cad commit 0fee57e

File tree

1 file changed

+2
-2
lines changed
  • controllers/cloud.redhat.com/providers/iqe

1 file changed

+2
-2
lines changed

controllers/cloud.redhat.com/providers/iqe/impl.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -138,9 +138,9 @@ func createSeleniumContainer(j *batchv1.Job, cji *crd.ClowdJobInvocation, env *c
138138
tag = "ff_102.9.0esr_chrome_112.0.5615.121"
139139
}
140140

141-
// check if this CJI has specified an image tag override
141+
// check if this CJI has specified a selenium image tag override
142142
if cji.Spec.Testing.Iqe.UI.Selenium.ImageTag != "" {
143-
tag = cji.Spec.Testing.Iqe.ImageTag
143+
tag = cji.Spec.Testing.Iqe.UI.Selenium.ImageTag
144144
}
145145

146146
// create pod container

0 commit comments

Comments
 (0)