Skip to content

Commit

Permalink
feat: bump kubelet to 1.20-rc.0
Browse files Browse the repository at this point in the history
Getting ready for 0.8 with 1.20

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and talos-bot committed Dec 1, 2020
1 parent ce90377 commit 6c3a215
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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.20.0-beta.2
KUBELET_SHA512_AMD64 := 5a037206eba1668f9a888c149b391a84180f4e33c0ca7925c943941e4ad190b335932f8885f40e3c29cfa489651c4030da549a1173994bee43209fac0251914f
KUBELET_SHA512_ARM64 := 33c557f1ddd68bc8b9eb7eba67ca08767f216a6e5c7e091e86e2fc2ee5354920d1d6c9fd2cb9e2901440f7ee18c64440a7e275e5496d47c57137b1920e79898c
KUBELET_VER := v1.20.0-rc.0
KUBELET_SHA512_AMD64 := 80db4c176841961fc97541d56fd1d1b6792bb5dc6a568e1b9953621ae3ece18c042ece559ffa244512803f976efc28a8b2f98f38597152f9f8099990864d3d41
KUBELET_SHA512_ARM64 := a4d78ce55f8197f54ae3b959a3c25feca354b1dc34b9828f64dd18b67ed1bd885e7c139de56be584b8ea43437b42105fafe4a694a51a73b3605c2f75c21d79b4

BUILD := docker buildx build
PLATFORM ?= linux/amd64,linux/arm64
Expand Down

0 comments on commit 6c3a215

Please sign in to comment.