From ec2be7da02a952ab0a0f1cf7a449f0a8b6399d75 Mon Sep 17 00:00:00 2001 From: Steve Kriss Date: Thu, 1 Aug 2024 08:11:26 -0600 Subject: [PATCH] remove unused ENVOY_IMAGE Makefile variable Signed-off-by: Steve Kriss --- Makefile | 1 - 1 file changed, 1 deletion(-) diff --git a/Makefile b/Makefile index bff74428fef..50d90e9d62b 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,6 @@ IMAGE := $(REGISTRY)/$(PROJECT) SRCDIRS := ./cmd ./internal ./apis LOCAL_BOOTSTRAP_CONFIG = localenvoyconfig.yaml SECURE_LOCAL_BOOTSTRAP_CONFIG = securelocalenvoyconfig.yaml -ENVOY_IMAGE = docker.io/envoyproxy/envoy:v1.31.0 GATEWAY_API_VERSION ?= $(shell grep "sigs.k8s.io/gateway-api" go.mod | awk '{print $$2}') # Used to supply a local Envoy docker container an IP to connect to that is running