Skip to content

Commit

Permalink
e2e: images: bump default test image to 4.14 (#856)
Browse files Browse the repository at this point in the history
no reason to keep referencing the ancient 4.9

Signed-off-by: Francesco Romani <fromani@redhat.com>
  • Loading branch information
ffromani committed Dec 8, 2023
1 parent 5f7ac24 commit 5843abb
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -13,7 +13,7 @@ func init() {
cnfTestsImage = os.Getenv("CNF_TESTS_IMAGE")

if cnfTestsImage == "" {
cnfTestsImage = "cnf-tests:4.9"
cnfTestsImage = "cnf-tests:4.14"
}

if registry == "" {
Expand Down

0 comments on commit 5843abb

Please sign in to comment.