Skip to content

Commit 313c946

Browse files
committed
feat: update kubelet to 1.32.8
See https://github.com/kubernetes/kubernetes/releases/tag/v1.32.8 Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 7f4f2b8 commit 313c946

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ TAG ?= $(shell git describe --tag --always --dirty)
55
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
66
REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME)
77
NAME := kubelet
8-
KUBELET_VER := v1.31.12
9-
KUBELET_SHA512_AMD64 := 65bed99b1aa528cd4291057c665b47c4d83396f3a24dd8a3312a9edbcca20abc4ca29ef8202f56646213d794d55586cb8039f00d1a00420ab7a38b77a679e1e3
10-
KUBELET_SHA512_ARM64 := c712e706e9d947396be14c3e5ed78133b898d8ae6b734710fe7d1d391ceea1eb18e5efffb3c2776240dc53c80332df7b0a96e22335e8fcfe9fa6daca62120617
8+
KUBELET_VER := v1.32.8
9+
KUBELET_SHA512_AMD64 := 99da5508a588ce3c6f29e7348876116fc004f5a40547574c7dd586a8084721dad43a956480990b7d7c38a003240d83d317cbd6521e3d419940443ce3f5a8b60a
10+
KUBELET_SHA512_ARM64 := 51b88a82a9a9a752e097e429d1367237e25a370c9ae851f6885d68112c2d3f537dc861a460d6dd96a35cd59ac973ca02f957f4295e3a421b2c48423c746c77e1
1111

1212
# For kubelet versions >= 1.31.0, the slim image is the default one, and previous image is labeled as -fat.
1313
# For kubelet versions < 1.31.0, the fat image is the default one, and previous image is labeled as -slim.

0 commit comments

Comments
 (0)