Skip to content

Commit 9dff2d7

Browse files
Upgrade k8s version used by SDK from 1.30.0 to 1.32.2
1 parent 910c719 commit 9dff2d7

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
@@ -9,7 +9,7 @@ export IMAGE_VERSION = v1.39.2
99
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)
12-
export K8S_VERSION = 1.31.0
12+
export K8S_VERSION = 1.32.2
1313

1414
# Build settings
1515
export TOOLS_DIR = tools/bin

0 commit comments

Comments
 (0)