Skip to content

Commit

Permalink
feat: update kubelet to 1.20.13
Browse files Browse the repository at this point in the history
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.20.md

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Nov 18, 2021
1 parent 0aa4d97 commit 144b815
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.22.4
KUBELET_SHA512_AMD64 := ae1a035008f3eeec29dcfb2b5d91491647e7c2b4fcf719de13ce91501a15a06fc20a961447545017846c83d149b52d04f4d2bfde7c574ed0cdffc72a9bd9ccd2
KUBELET_SHA512_ARM64 := ffd3894e70a009c5b1b87a6b0652beb2b00c67461fa481639f296c53b9805c3e9b05e64d9476f53425ed0e84bb53fb509d93c050f5dc5d0c1f76e166669db232
KUBELET_VER := v1.20.13
KUBELET_SHA512_AMD64 := fdff7fb7bcc881116a82b501d284f647518110a2b1c2c1ca0824f367ea73b62b4745475e5c861c54ec2b90dd66550c287faf8cdcbaeecfb4acd33885854a50ed
KUBELET_SHA512_ARM64 := ba48433bc14e3e01cd9a1adf708d24f6f0613e81fbfc5aa5ad595a3b72f0fbd2748f78fdea7b81b157b1b83fac53b55ed5af19cd245eb583476eb1ec3bc5c582

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

0 comments on commit 144b815

Please sign in to comment.