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.29.12
9- KUBELET_SHA512_AMD64 := d4784f1cf6231e1856c1857c31a1e9577ad5d9b6d0097ebaf59fce3ec1b67c1ed4b4680fd712a95bcffd627309959eda72d846cc56a08a40037cb0a898c31d84
10- KUBELET_SHA512_ARM64 := 866c8878f42c38d2dde6028710f00f6e26939ee8dbe3e5df57fcdbc3dd5389ec27b36cf048bd54717db26948b31c7cd094eb9833a1c545fa820d47315691f931
8+ KUBELET_VER := v1.30.8
9+ KUBELET_SHA512_AMD64 := baa37496e1d6f7a02e546e87d3bbf7f310cd85a798109742c450fc24f8e0a26f60fc548c90bc7fb575ec3f2c5d5c37e401da1bbfa50f06c1aedb5b788127921d
10+ KUBELET_SHA512_ARM64 := 9c835116713f01f2c93e702821a0fc534fb8c254199d1525b7a7331da27f560d34bc82e73d84dd94687a362f3a0b28df2923abc5d56cd7184c669bf70042fba7
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