Skip to content

Commit 643f1f3

Browse files
Merge pull request #755 from GoogleCloudPlatform/CatherineF-dev-patch-1
Update Makefile to use v0.12.1
2 parents 81bdc6c + 4325806 commit 643f1f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prometheus-to-sd/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ ENVVAR = GOOS=linux GOARCH=amd64 CGO_ENABLED=0
1818
IMAGE_NAME=prometheus-to-sd
1919
ALL_ARCH=amd64 arm64
2020
PREFIX ?= staging-k8s.gcr.io
21-
TAG ?= v0.11.11
21+
TAG ?= v0.12.1
2222

2323
IMAGE=$(PREFIX)/$(IMAGE_NAME)
2424

0 commit comments

Comments
 (0)