Commit d25094f 1 parent 78a2cc4 commit d25094f Copy full SHA for d25094f
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.28.9
9
- KUBELET_SHA512_AMD64 := d4cc4250a288ef8f1a682c8e78b294260f0a9a6166bd54482ce2d8eaf6e6a7b2e4981554005487783c364c2ec760d83c5824ea0cd50f4f765057e2e1f24cd6dc
10
- KUBELET_SHA512_ARM64 := 9183bd9378cdd1e5291f79c8ef839444a548d252b72cc0b555c51cdf3d476471742a34339526a8dda798782b672c42e8098b76f0e5f018f50414dfa37de05fd9
8
+ KUBELET_VER := v1.29.4
9
+ KUBELET_SHA512_AMD64 := c9fd8e3aba8a0cb970446364eab105dcf67da3a0355652f03f0c5ed7100ef7e9506219378c98a518f3e7def815b38350d181d7d5b6240b818052083f702e6997
10
+ KUBELET_SHA512_ARM64 := befac78aed8fa6f1665ea46a16016e8314198042c6ad2ee694369cb7e4010fd1b343438933ae87aa09526263f557a27001481a0193b5a618798a8fcdc9eb52bd
11
11
12
12
BUILD := docker buildx build
13
13
PLATFORM ?= linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments