From c4f4f7cb5286fe69e5ed3f60268eb476af757725 Mon Sep 17 00:00:00 2001 From: Sridhar Gaddam Date: Fri, 7 Oct 2022 12:21:21 +0530 Subject: [PATCH] Stop overloading LH and Operator images Now that lighthouse fix is merged and operator changes are in, stop overloading the images. Depends on: https://github.com/submariner-io/submariner-charts/pull/273 Signed-off-by: Sridhar Gaddam --- Makefile | 9 --------- 1 file changed, 9 deletions(-) diff --git a/Makefile b/Makefile index 4ba3b16..57968c9 100644 --- a/Makefile +++ b/Makefile @@ -21,15 +21,6 @@ CHARTS_VERSION=0.14.0-m1 HELM_DOCS_VERSION=0.15.0 REPO_URL=$(shell git config remote.origin.url) -# TODO: Remove once a 0.14.0/0.13.1 helm chart is released -# This is needed because the operator was erroneously using image names for overrides, and it has been fixed on devel -# Also we need the fix https://github.com/submariner-io/lighthouse/pull/833 -ifeq ($(LIGHTHOUSE),true) -ifeq ($(GLOBALNET),true) -PRELOAD_IMAGES := lighthouse-agent lighthouse-coredns submariner-operator -endif -endif - # Targets to make e2e: E2E_ARGS=cluster1 cluster2