We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d24467f commit 0dc0443Copy full SHA for 0dc0443
test/e2e/performanceprofile/functests/utils/images/images.go
@@ -13,7 +13,7 @@ func init() {
13
cnfTestsImage = os.Getenv("CNF_TESTS_IMAGE")
14
15
if cnfTestsImage == "" {
16
- cnfTestsImage = "cnf-tests:4.14"
+ cnfTestsImage = "cnf-tests:4.19"
17
}
18
19
if registry == "" {
0 commit comments