Skip to content

Commit d162b0b

Browse files
fix (#5737)
Signed-off-by: Venkat Ramaraju <[email protected]>
1 parent 1af83ad commit d162b0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ SHELL = /bin/bash
66
# version is moved to a separate repo and release process.
77
export IMAGE_VERSION = v1.20.0
88
# Build-time variables to inject into binaries
9-
export SIMPLE_VERSION = $(shell (test "$(shell git describe)" = "$(shell git describe --abbrev=0)" && echo $(shell git describe)) || echo $(shell git describe --abbrev=0)+git)
9+
export SIMPLE_VERSION = $(shell (test "$(shell git describe --tags)" = "$(shell git describe --tags --abbrev=0)" && echo $(shell git describe --tags)) || echo $(shell git describe --tags --abbrev=0)+git)
1010
export GIT_VERSION = $(shell git describe --dirty --tags --always)
1111
export GIT_COMMIT = $(shell git rev-parse HEAD)
1212
export K8S_VERSION = 1.23

0 commit comments

Comments
 (0)