From dc4cf44cf9cc51e81c0b9ddf24a4ef1c43502f37 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Tue, 28 May 2024 13:50:34 +0200 Subject: [PATCH] tests(conformance): use custom image --- test/conformance/conformance_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index c147e6cab..08db66e8c 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -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", }, }, },