Skip to content

Commit 0dc0443

Browse files
committed
Update cnf-tests image
Corrected the cnf-tests image to point to the correct image version of this release. Signed-off-by: Ronny Baturov <rbaturov@redhat.com>
1 parent d24467f commit 0dc0443

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ func init() {
1313
cnfTestsImage = os.Getenv("CNF_TESTS_IMAGE")
1414

1515
if cnfTestsImage == "" {
16-
cnfTestsImage = "cnf-tests:4.14"
16+
cnfTestsImage = "cnf-tests:4.19"
1717
}
1818

1919
if registry == "" {

0 commit comments

Comments
 (0)