We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 910c719 commit 9dff2d7Copy full SHA for 9dff2d7
Makefile
@@ -9,7 +9,7 @@ export IMAGE_VERSION = v1.39.2
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)
10
export GIT_VERSION = $(shell git describe --dirty --tags --always)
11
export GIT_COMMIT = $(shell git rev-parse HEAD)
12
-export K8S_VERSION = 1.31.0
+export K8S_VERSION = 1.32.2
13
14
# Build settings
15
export TOOLS_DIR = tools/bin
0 commit comments