We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1af83ad commit d162b0bCopy full SHA for d162b0b
Makefile
@@ -6,7 +6,7 @@ SHELL = /bin/bash
6
# version is moved to a separate repo and release process.
7
export IMAGE_VERSION = v1.20.0
8
# 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)
+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)
10
export GIT_VERSION = $(shell git describe --dirty --tags --always)
11
export GIT_COMMIT = $(shell git rev-parse HEAD)
12
export K8S_VERSION = 1.23
0 commit comments