From 362834577bc6884e99d617372aeb8515e96649b6 Mon Sep 17 00:00:00 2001 From: Snehal Amrutkar Date: Wed, 11 Oct 2023 19:29:17 +0530 Subject: [PATCH] Update Makefile --- cluster-autoscaler/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cluster-autoscaler/Makefile b/cluster-autoscaler/Makefile index 01198e2eeaf9..bdd0cf5489b0 100644 --- a/cluster-autoscaler/Makefile +++ b/cluster-autoscaler/Makefile @@ -2,7 +2,7 @@ ALL_ARCH = amd64 arm64 all: $(addprefix build-arch-,$(ALL_ARCH)) SPECTRO_VERSION ?= 4.1.0-dev -TAG ?= v0.4.0-spectro-${SPECTRO_VERSION} +TAG ?= v1.25.0-spectro-${SPECTRO_VERSION} FLAGS= LDFLAGS?=-s ENVVAR=CGO_ENABLED=0