diff --git a/Makefile b/Makefile index 5cb9cca..7c5ae95 100644 --- a/Makefile +++ b/Makefile @@ -5,9 +5,9 @@ TAG ?= $(shell git describe --tag --always --dirty) BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD) REGISTRY_AND_USERNAME := $(REGISTRY)/$(USERNAME) NAME := kubelet -KUBELET_VER := v1.29.4 -KUBELET_SHA512_AMD64 := c9fd8e3aba8a0cb970446364eab105dcf67da3a0355652f03f0c5ed7100ef7e9506219378c98a518f3e7def815b38350d181d7d5b6240b818052083f702e6997 -KUBELET_SHA512_ARM64 := befac78aed8fa6f1665ea46a16016e8314198042c6ad2ee694369cb7e4010fd1b343438933ae87aa09526263f557a27001481a0193b5a618798a8fcdc9eb52bd +KUBELET_VER := v1.30.0 +KUBELET_SHA512_AMD64 := c09618a8ed80dc57bb58fba16ce579a21db3d2625bf14af29e7a64fd09642761d8b6a007c334284a6abca191ac4e4b0f3064e3e11537a9995dd23342045236d5 +KUBELET_SHA512_ARM64 := e8ad93d8b4090ae9acac2cd01bca8cb600841ce6c8134769b16062fb274c2f9f97702dc04f2fd9ae794f58918391a15e1ff85948b2aadb1174675609377e243b BUILD := docker buildx build PLATFORM ?= linux/amd64,linux/arm64