From 0633dd80fb74a1fa30ae3319f7d8725ae7bb2e9f Mon Sep 17 00:00:00 2001 From: Mike Kolesnik Date: Thu, 8 Sep 2022 08:23:07 +0300 Subject: [PATCH] Don't specify images to preload Shipyard now preloads all built images, there's no need to explicitly preload any images. Signed-off-by: Mike Kolesnik --- Makefile | 2 -- 1 file changed, 2 deletions(-) diff --git a/Makefile b/Makefile index 3d0be5c..fcf9fc0 100644 --- a/Makefile +++ b/Makefile @@ -6,8 +6,6 @@ ifneq (,$(DAPPER_HOST_ARCH)) # Running in Dapper -PRELOAD_IMAGES := submariner-gateway submariner-operator submariner-route-agent lighthouse-agent lighthouse-coredns - include $(SHIPYARD_DIR)/Makefile.inc ifneq (,$(filter ovn,$(_using)))