From c830ab0954fb6bccab3a94b6dd373fa2df429fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Patryk=20Ma=C5=82ek?= Date: Mon, 27 May 2024 20:31:19 +0200 Subject: [PATCH] chore: use KIC's nightly --- test/conformance/conformance_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/conformance/conformance_test.go b/test/conformance/conformance_test.go index 4fdbf5ab6..c37e4a9ed 100644 --- a/test/conformance/conformance_test.go +++ b/test/conformance/conformance_test.go @@ -107,9 +107,9 @@ func TestGatewayConformance(t *testing.T) { Value: "debug", }, }, - // Image: "kong/nightly-ingress-controller:2024-05-27", + Image: "kong/nightly-ingress-controller:2024-05-27", // Image: "localhost:5000/kubernetes-ingress-controller:v3.1.0-310-gcf2efdaa3", - Image: "patrykmalekkonghq/kubernetes-ingress-controller:v3.1.0-310-gcf2efdaa3", + // Image: "patrykmalekkonghq/kubernetes-ingress-controller:v3.1.0-310-gcf2efdaa3", }, }, },