diff --git a/prometheus-to-sd/Makefile b/prometheus-to-sd/Makefile index 91e32efd2..14ec11827 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.6 +TAG ?= v0.11.8 IMAGE=$(PREFIX)/$(IMAGE_NAME)