Skip to content

Commit cfcd0e0

Browse files
committed
feat: update kubelet to v1.34.0-alpha.3
See https://github.com/kubernetes/kubernetes/releases/tag/v1.34.0-alpha.3 Signed-off-by: Andrey Smirnov <[email protected]>
1 parent 601cd80 commit cfcd0e0

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.34.0-alpha.2
9-
KUBELET_SHA512_AMD64 := 7287aaecc7d4290c4c251cc0215ac094198058b804ebc901ce44fb9f852c6a6caffefe9359708a06797eacc9be1a4526bc1692978b904828e3c2bdfb93716a5b
10-
KUBELET_SHA512_ARM64 := 5462fc1b73536abc35bc81b98c34723fa3362bb7a4112a7b49cc340292690151574b29c322e0dbdf950593569c1eee1f2c563fe7c57b2359bed37680bf479eda
8+
KUBELET_VER := v1.34.0-alpha.3
9+
KUBELET_SHA512_AMD64 := 708e271c842b63a983c8807a34283183c598473cc951050b771e88962d8d85baed54e06732d38e9fbe6de6d5965bba5b4b7dab706a9059b79ca5299ce496ef19
10+
KUBELET_SHA512_ARM64 := 527613f5f6f5c0adbfc7f701e52a6be4248196e6b24b26e4f05ee47dad080143769d1dff2312158a4fb2ec7e521e6d1ab9c50a7d3479c21251b3a1176e616135
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)