Skip to content

Commit

Permalink
tests(conformance): use custom image
Browse files Browse the repository at this point in the history
  • Loading branch information
pmalek committed May 28, 2024
1 parent 121cd5e commit dc4cf44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/conformance/conformance_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,8 @@ func TestGatewayConformance(t *testing.T) {
Value: "debug",
},
},
Image: "patrykmalekkonghq/kubernetes-ingress-controller:v3.1.0-310-gcf2efdaa3",
// Image: "localhost:5000/kubernetes-ingress-controller:aaa",
Image: "patrykmalekkonghq/kubernetes-ingress-controller:aa",
},
},
},
Expand Down

0 comments on commit dc4cf44

Please sign in to comment.