Commit a2bdfc9 1 parent 5931981 commit a2bdfc9 Copy full SHA for a2bdfc9
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.24.0-alpha.4
9
- KUBELET_SHA512_AMD64 := 11b4af37635b72b89d83aae34e33e18e36b6b899c106d61e240f5614f1a7601ae8e0cacefa0edbdc05659155298482ddfc4583f363bfc6abeafdb6e6b37593ca
10
- KUBELET_SHA512_ARM64 := 86ff4d33c35a026fff0d4608116b19bacfee526ff0627c39df501e44b6192eab8bec3b9361d719ea3bcfb966dbd6602ba1e1c082e771a51e0fd627a6a5eb9c20
8
+ KUBELET_VER := v1.24.0-beta.0
9
+ KUBELET_SHA512_AMD64 := e575cc1bf805253d798b0917df37601ccaed1a93d1770cdfd1949dfabad827ce721fe5dc417e7176cbb757cd3a2a6081201e15a63a82881ba90dec958e455037
10
+ KUBELET_SHA512_ARM64 := bd55d993bbf8846e17e4d88e91927ccf3a4df76447fee6c14062a18110b1b2089361bb4cf5ba8834e406130169240acb9a4de8550db227c703b853ea7678cd86
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