Skip to content

Commit

Permalink
feat: bump kubelet version to 1.19.4
Browse files Browse the repository at this point in the history
Just version bump.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Nov 12, 2020
1 parent 74f5562 commit 4bc6899
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.3
KUBELET_SHA512_AMD64 := bbbef7563705f47866475cda11d0d6daafcc8427e3ba0a9528da5d4a4c2a8ad5b5476bb9751dd7e8bd01287017417aa247b8f272e774bf7a3e4e8f8fab5b2f24
KUBELET_SHA512_ARM64 := 881efe16f2e34a2d52e6f9cd0d18cde1c013e8b433e71a41069b7645fd9afa3f020d4d0fbde3666de8e05363b389a90747d745ee5a8ed065ab11ea9ba1fcd7f7
KUBELET_VER := v1.19.4
KUBELET_SHA512_AMD64 := 65cf60752d79b942ec48878de8f51d5855f4ab51e4d6c668f679efb88007b5d8adeb2cf07c8a653cd4bcc0f2c3b8bd2ae6750a1af4dc965aa09ce28d1d5c0abe
KUBELET_SHA512_ARM64 := 56c34c70f5d8c3ba3c24c7ac892b55d750ab09dfa41eec1392b598f160f22c93ee0187c9eea07b878fecdf42ba95470c02d6ac3e6fbca627a3b1a68108ac5bed

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

0 comments on commit 4bc6899

Please sign in to comment.