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)
55BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
66REGISTRY_AND_USERNAME := $(REGISTRY ) /$(USERNAME )
77NAME := kubelet
8- KUBELET_VER := v1.32.0
9- KUBELET_SHA512_AMD64 := 0bf0c2a4e93ab89adad68a2b751c80e131d4b938110eefc82682792abd7b48f0b2d307b06ee888179d159233391acf443496be65d7da2201947554d613e7921a
10- KUBELET_SHA512_ARM64 := d565af638eca6d708ac76e67f4811280cd151aa5398c56983ad564894eba67e8c3dba30962572c2def789c95e097c4a0f76fc73ead750ce90aeb3d569d6c3c97
8+ KUBELET_VER := v1.29.13
9+ KUBELET_SHA512_AMD64 := d8baba024af72cf5dca200cd388517aa3a822d73e1f6d56cce7c7725c40bbe388ca24c312c5adb7a9ec9273f6cc240d42286ba2a63611a06fd7739347c0e9617
10+ KUBELET_SHA512_ARM64 := c96026a1a7c32115446d4f67e3163af4df16d1c54def0cc9b2ca852eba6dc910371095ac193c75af4809949256965b1f3fdedc14b2a08c3c6c4037575dfcdc17
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.
You can’t perform that action at this time.
0 commit comments