Skip to content

Commit

Permalink
align tag in makefile with Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: cmontemuino <[email protected]>
  • Loading branch information
cmontemuino committed Feb 23, 2024
1 parent 978c047 commit 9238e29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ ORG ?= rancher
# but still refers internally to github.com/kubernetes-incubator/metrics-server packages
PKG ?= github.com/kubernetes-incubator/metrics-server
SRC ?= github.com/kubernetes-sigs/metrics-server
TAG ?= v0.5.2$(BUILD_META)
TAG ?= v0.6.4$(BUILD_META)

ifneq ($(DRONE_TAG),)
TAG := $(DRONE_TAG)
Expand Down

0 comments on commit 9238e29

Please sign in to comment.