Skip to content

Commit

Permalink
feat: update kubelet to 1.20.14
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 Dec 15, 2021
1 parent c5715b8 commit 9153cb7
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.23.0
KUBELET_SHA512_AMD64 := 6af3e7264ba6f0351480b654d230b407d459d4cb9e3a0d99efcc9a6bda9f80855249e3209a498f60f82b54d126a8b52ce8539414664f7391d3129e805daa5e96
KUBELET_SHA512_ARM64 := 1efdd0342dad9f2683a60bad7a1e64b0000bde7a339082ab27a35efa54ba01f2a4a031dc3a9b264fadb6c1e141fd8f6d72026a48bc0689dd8efb411c3c4741cd
KUBELET_VER := v1.20.14
KUBELET_SHA512_AMD64 := feb11e0ce383c5d93c374a4815d0909d86d2a6e637c9146819bb40a03ef87d8e7fb99171b76a667858fc90b6eb4f1248d1d12cda3286475ce871170c21e60589
KUBELET_SHA512_ARM64 := 61283d5bdfb0a43e1ae47888e20bab91fe6302030c166db8b09b7f770e691388a4e2d421a29b2c2ef2c81950464bb89b3c2a1193df13a686484668eb7a3bb187

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

0 comments on commit 9153cb7

Please sign in to comment.