Skip to content

Commit

Permalink
feat: update kubelet to 1.20.2
Browse files Browse the repository at this point in the history
Following patch releases.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Jan 15, 2021
1 parent d0ea232 commit 211568e
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.1
KUBELET_SHA512_AMD64 := 764a05ef05a49d90b1016e5fe88ac00045419d1ca684bac8d6074fb76d689203306cac007815f5906a2ed4965dae2f453cbf3d80984647dda462a0f06bd340f6
KUBELET_SHA512_ARM64 := 4f49658f369d766a9987b7efbde64eca6a9f7bbe3164d6da7059f6de3c31cd447e2b2b16c659c61fa79841fb5407ccb2e2b5705004a4404de21cfb68b1d5ff1d
KUBELET_VER := v1.20.2
KUBELET_SHA512_AMD64 := 94a8bdae491b669f6cf195c7a94d17e29d6f5087855560b0dd11fcc9783824f0fe6b284e816134d460c85fc3be9aa8d1cbd5c6a660edd7377fe47120dc7ac213
KUBELET_SHA512_ARM64 := aa8af1f063bd95cbf5517f2be033ad0f8ff1ba3adbcf882ec33510af297c6007f5c68b936855c17265643e217ed354df9bd6292918db8531c3fb0174f669f08f

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

0 comments on commit 211568e

Please sign in to comment.