From 4325806cc4864bb499d72414d23f6dd6a994726f Mon Sep 17 00:00:00 2001 From: CatherineF-dev Date: Wed, 24 Jul 2024 09:25:02 -0400 Subject: [PATCH] Update Makefile --- prometheus-to-sd/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prometheus-to-sd/Makefile b/prometheus-to-sd/Makefile index d24de6980..6f8c2feb9 100644 --- a/prometheus-to-sd/Makefile +++ b/prometheus-to-sd/Makefile @@ -18,7 +18,7 @@ ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0 IMAGE_NAME=prometheus-to-sd ALL_ARCH=amd64 arm64 PREFIX ?= staging-k8s.gcr.io -TAG ?= v0.11.11 +TAG ?= v0.12.1 IMAGE=$(PREFIX)/$(IMAGE_NAME)