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)