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.31.8
9
- KUBELET_SHA512_AMD64 := a6205c11f476488f7d04c6c93296fe22a91d4c764910db2447d32b78c9e149b5f6314aef8767e694e9a9fc0d120b8e2ce7cbeb590ffcf47428750855e0452473
10
- KUBELET_SHA512_ARM64 := 832b3adf881a2a47ac4a24d639ac6006bb01451dd72ca0e92da347bc8024b0975a547050c3737aac771d7a64c682f409d1b4daa6bea794a83cc7a136db8908fe
8
+ KUBELET_VER := v1.32.4
9
+ KUBELET_SHA512_AMD64 := 8fa47d7418560be89b43f810a260186356a638b6ce807172be57e18299769259ef129df53a7710ffffcdf382a54fb596e15811cf8141d73084799637bc983c89
10
+ KUBELET_SHA512_ARM64 := b8311c71e6afe7f9efaa7e13fb559d0e56218012677461eeedee09f2bc00f6d8baaab31aedd58f964f1dea6946b29f1ef74d5832c8063210234baa5b0e612f5b
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