Skip to content

Commit

Permalink
feat: update kubelet to 1.20.0-beta.2
Browse files Browse the repository at this point in the history
Bumping to 1.20 branch.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Nov 23, 2020
1 parent 4bc6899 commit ce90377
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.19.4
KUBELET_SHA512_AMD64 := 65cf60752d79b942ec48878de8f51d5855f4ab51e4d6c668f679efb88007b5d8adeb2cf07c8a653cd4bcc0f2c3b8bd2ae6750a1af4dc965aa09ce28d1d5c0abe
KUBELET_SHA512_ARM64 := 56c34c70f5d8c3ba3c24c7ac892b55d750ab09dfa41eec1392b598f160f22c93ee0187c9eea07b878fecdf42ba95470c02d6ac3e6fbca627a3b1a68108ac5bed
KUBELET_VER := v1.20.0-beta.2
KUBELET_SHA512_AMD64 := 5a037206eba1668f9a888c149b391a84180f4e33c0ca7925c943941e4ad190b335932f8885f40e3c29cfa489651c4030da549a1173994bee43209fac0251914f
KUBELET_SHA512_ARM64 := 33c557f1ddd68bc8b9eb7eba67ca08767f216a6e5c7e091e86e2fc2ee5354920d1d6c9fd2cb9e2901440f7ee18c64440a7e275e5496d47c57137b1920e79898c

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

0 comments on commit ce90377

Please sign in to comment.