Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed May 13, 2021
1 parent f7027a6 commit 3335dbc
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.7
KUBELET_SHA512_AMD64 := 1f452559879c15f5b7b446d05537fbcf40912326d7c9888cebb992a92e03b5d891e2eaca5967738a485845069c81f565de74435b300f0d93de8586249c95abc5
KUBELET_SHA512_ARM64 := 934d4975af2ec06ea7d8517f5b611b1ebd5f5d1661f0037311787e103b7f934786782c0784526c7572cc098a942962a581d5ce9375be002ecf383d5befebbf80
KUBELET_VER := v1.21.1
KUBELET_SHA512_AMD64 := 8e120483f615b8e5f57c32b901ffa008738754514a8b071d23d882c610e8f35fbcc208666290f9d5304d261339a3b0ff5aa7b603e40c7f4cec5475016fcea5dd
KUBELET_SHA512_ARM64 := 2df046576937b31e866ab0b9e2c614454cc72859a9995984b4bb86c0caacce337b5646c4ad46dc5b0507889bad69fb5ddc7cebc4bad9413b6f3ff5fd91ab5714

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

0 comments on commit 3335dbc

Please sign in to comment.