Commit 16e7142 1 parent 9f9502b commit 16e7142 Copy full SHA for 16e7142
File tree 1 file changed +3
-3
lines changed
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.33.0-alpha.3
9
- KUBELET_SHA512_AMD64 := b3b34be9059af301b214b4758675749c803744669664665001628a75756ad17ebdb5f5052ba9ace18241e4ecdc72389147137c5174d80546095df258b061b605
10
- KUBELET_SHA512_ARM64 := 7762bd6abc899753ca79449b1353658ac83d7f01b1bdccff9b6febab6e10d6883fb1240320b335f9d5ebc5d3cb75e5a9990f97ef234383d8dd64524d7a280423
8
+ KUBELET_VER := v1.29.15
9
+ KUBELET_SHA512_AMD64 := 21e7a8fa75d9a8006d7f04ee0a9bc84334f5a57a72c908c31c93dc25379dcd9174d6ec1d9ee92c83324f50716ef6c375c110d067088592edc7aea31391b149aa
10
+ KUBELET_SHA512_ARM64 := 98b31fa541f892f20fed6f44bb60327e9bc51bb7bdbc8ae83e48b996e5fcf3d1992dc0167819ea5a88acb9401b4e05424963de0c9fb6cd883adb30f8b3b0271a
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