Skip to content

Commit

Permalink
feat: update kubelet to 1.20.12
Browse files Browse the repository at this point in the history
https://github.com/kubernetes/kubernetes/releases/tag/v1.20.12

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Oct 28, 2021
1 parent 11bb75a commit 09a20da
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.16
KUBELET_SHA512_AMD64 := baf266e65357608aa5eb666b6548e699958dcf1f23bd0d6ab5773027a6a235dd8169bd5970379f93114a70aef5fb5140c3c5b8662620009c1b8d226dc3fd068d
KUBELET_SHA512_ARM64 := 12928490e5010eb65dfa30704ae727555ebed58259655c26979d8b7a9389bd8ec8cb2cee3e22af8da31065aa04f0b197b6f56f850c5f37d2ef4691c815d7fffb
KUBELET_VER := v1.20.12
KUBELET_SHA512_AMD64 := e0b039d2f31befc01796f268e8531871d386d557ac78057b0f6726fe8b6beb37f0938fb430c135dadc990fdf6bb24ef8a92fceb02d048953f87edb62e71742cd
KUBELET_SHA512_ARM64 := 39d9ef229053837f4220fe87062ecddbe5648796b1505c51f5c01f431d1184a76999ed62f176b3113fc258edec9f27eba57da834d044f363c00730b222778ce2

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

0 comments on commit 09a20da

Please sign in to comment.