File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ TAG ?= $(shell git describe --tag --always --dirty)
5
5
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
6
6
REGISTRY_AND_USERNAME := $(REGISTRY ) /$(USERNAME )
7
7
NAME := kubelet
8
- KUBELET_VER := v1.32.8
9
- KUBELET_SHA512_AMD64 := 99da5508a588ce3c6f29e7348876116fc004f5a40547574c7dd586a8084721dad43a956480990b7d7c38a003240d83d317cbd6521e3d419940443ce3f5a8b60a
10
- KUBELET_SHA512_ARM64 := 51b88a82a9a9a752e097e429d1367237e25a370c9ae851f6885d68112c2d3f537dc861a460d6dd96a35cd59ac973ca02f957f4295e3a421b2c48423c746c77e1
8
+ KUBELET_VER := v1.33.4
9
+ KUBELET_SHA512_AMD64 := 8b56125984b88bd261d8ebde54fbcf294ca0c49f907b41aa03edcafe7c17699a738164cfa5bcba08ff0475c17343ab18c085256169e46acde03d8ac98fe08de7
10
+ KUBELET_SHA512_ARM64 := 629083fb429f606bb30c84ab654a1ca3af8cde3e57700cdc40992ebdd28679cadc55119a77da2275d4082fd3813b2594892a4c65968c2caec957aaa628646a30
11
11
12
12
# For kubelet versions >= 1.31.0, the slim image is the default one, and previous image is labeled as -fat.
13
13
# For kubelet versions < 1.31.0, the fat image is the default one, and previous image is labeled as -slim.
You can’t perform that action at this time.
0 commit comments