Skip to content

Commit

Permalink
feat: update kubelet to 1.20.4
Browse files Browse the repository at this point in the history
See kubernetes/sig-release#1467

Signed-off-by: Andrey Smirnov <[email protected]>
  • Loading branch information
smira authored and talos-bot committed Feb 19, 2021
1 parent dc6e75f commit c6c698b
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.3
KUBELET_SHA512_AMD64 := 552e8251cb53b796874befb3ec7f751c35c31d466cf01b2b62ba74cb8a8b5a18807104320cbe79f1819b00632173b70d11d4ab21f0a83fa2143c8cadd98660ea
KUBELET_SHA512_ARM64 := 9ae5ec9973b3d59f61bfb3bb6f7129fd9d3a5bb9185ac96a6c7a7f286ed710d31aad1c845aaf9471f59a0e86cd583df4b5a0e40e58ee8b598af4a3d008defc33
KUBELET_VER := v1.20.4
KUBELET_SHA512_AMD64 := 8b6b8fba8cba2383060a493c47f8ef2fecd5c784aa200dfdd8a57f4ed9113f4ce7eb44b796456d8781fddd3c17c3df6dda72caad1c4f8533e0eb1daa5033cd27
KUBELET_SHA512_ARM64 := 136ca2d2d747e160d93b7659f30386d1da9b961d270332eacdb2a3271ba119941af3cbc1b4d860dbebc6080588beddb062d765229710bda3d36e649f1d5a039a

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

0 comments on commit c6c698b

Please sign in to comment.