Skip to content

Commit

Permalink
feat: update kubelet to 1.20.9
Browse files Browse the repository at this point in the history
  • Loading branch information
smira authored and talos-bot committed Jul 16, 2021
1 parent 92fc53f commit ec80640
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.21.3
KUBELET_SHA512_AMD64 := 13928d31ed885e57573a4fe66b4a50f21d905e93b522599022991c9122aab81cfa4918aa54afb6bf9de7f9a1d38cff06467a0769c3d09c3d257d58b76b33aaf7
KUBELET_SHA512_ARM64 := e8484a53553439b32df505e9aaee7db9f7348e3f23978719e2640091b94d4da3c126b16c53e30fd2721bf5aa0648629ccca4bcb08d6e88bb8dbd101ad9db265c
KUBELET_VER := v1.20.9
KUBELET_SHA512_AMD64 := faa0125e9e75d51a58f2a8cd2a49fb0a4cd65aad1715cad211ccca2e4bdb7f5b63bf684ab15a091f19255f9cf03249c7c1270bebaafcdc6b2498f374c3a16684
KUBELET_SHA512_ARM64 := 42b6bd94dd583dfd5055df468b2ae24db7ed64e9340e612845420298239f777ab76b70a1ce00bcbd3e7da01f36954f1e69b74b619a4ce4e7f69bd86ea9106f89

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

0 comments on commit ec80640

Please sign in to comment.