Skip to content

Commit

Permalink
Merge pull request #808 from RedHatInsights/bump_default_sel_image
Browse files Browse the repository at this point in the history
Bump default selenium image version
  • Loading branch information
bsquizz authored Apr 24, 2023
2 parents 48e6ec1 + 836e163 commit 923bed2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/cloud.redhat.com/providers/iqe/impl.go
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ func createSeleniumContainer(j *batchv1.Job, cji *crd.ClowdJobInvocation, env *c
}
tag := env.Spec.Providers.Testing.Iqe.UI.Selenium.DefaultImageTag
if tag == "" {
tag = "ff_91.9.1esr_chrome_103.0.5060.114"
tag = "ff_102.9.0esr_chrome_112.0.5615.121"
}

// check if this CJI has specified an image tag override
Expand Down

0 comments on commit 923bed2

Please sign in to comment.