Skip to content

Commit aa7140a

Browse files
Akhil JhaAkhil Jha
authored andcommitted
chore(IQE-2762): Update IQE selenium image
1 parent ac1c1cf commit aa7140a

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ import (
2727
)
2828

2929
// DefaultImageIQESelenium defines the default selenium image for IQE testing
30-
var DefaultImageIQESelenium = "quay.io/redhatqe/selenium-standalone"
30+
var DefaultImageIQESelenium = "quay.io/cloudservices/selenium-standalone-chrome"
3131

3232
// IqeSecret represents the resource identifier for IQE secrets
3333
var IqeSecret = rc.NewSingleResourceIdent("cji", "iqe_secret", &core.Secret{})
@@ -159,7 +159,7 @@ func createSeleniumContainer(j *batchv1.Job, cji *crd.ClowdJobInvocation, env *c
159159
}
160160
tag := env.Spec.Providers.Testing.Iqe.UI.Selenium.DefaultImageTag
161161
if tag == "" {
162-
tag = "ff_102.9.0esr_chrome_112.0.5615.121"
162+
tag = "136.0-20250828"
163163
}
164164

165165
// check if this CJI has specified a selenium image tag override

0 commit comments

Comments
 (0)