Skip to content

Commit

Permalink
Merge pull request #755 from GoogleCloudPlatform/CatherineF-dev-patch-1
Browse files Browse the repository at this point in the history
Update Makefile to use v0.12.1
  • Loading branch information
CatherineF-dev authored Jul 24, 2024
2 parents 81bdc6c + 4325806 commit 643f1f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion prometheus-to-sd/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 643f1f3

Please sign in to comment.