Skip to content

Commit d606be7

Browse files
committed
e2e:cnf-tests-image: bump to 4.19
4.19 is using rhel9 Signed-off-by: Talor Itzhak <titzhak@redhat.com>
1 parent 9207c28 commit d606be7

File tree

1 file changed

+1
-1
lines changed
  • test/e2e/performanceprofile/functests/utils/images

1 file changed

+1
-1
lines changed

test/e2e/performanceprofile/functests/utils/images/images.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func init() {
1717

1818
cnfTestsImage, ok = os.LookupEnv("CNF_TESTS_IMAGE")
1919
if !ok {
20-
cnfTestsImage = "cnf-tests:4.14"
20+
cnfTestsImage = "cnf-tests:4.19"
2121
}
2222
}
2323

0 commit comments

Comments
 (0)