Skip to content

Commit

Permalink
feat: update Kubelet to v1.22.0-beta.2
Browse files Browse the repository at this point in the history
* https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.22.md

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Jul 15, 2021
1 parent daa9814 commit 7347ce3
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.8
KUBELET_SHA512_AMD64 := eaeed456c383dbda631e61ae5b56651f36dcc374ecb8a27954d5d1fb42a4b9720ea3e010fd9e5b36a9fc44ff72a5419592e0e87c25186bef67f8b77da5c5154f
KUBELET_SHA512_ARM64 := 1e0abe103753213c830f18ce0e2e6a4718af7f96a6c65dc0ec1b43dc72ab5c2f2d7712412d37869c4d19c6fb5ab46ba3d0ae4e696458a4edc2ef960772677d03
KUBELET_VER := v1.22.0-beta.2
KUBELET_SHA512_AMD64 := 8b7a3ce961b6e092cb8a9e80c9e719d3e87955bb75f7cce89f6eb7affe891e51d4dec2033e6caf1470aa3072f57bf2cdbbe88c381d2e06c4fd758339292deefe
KUBELET_SHA512_ARM64 := e6e34ffa584c44372a673ac20182a959c49f0789dd44c10992bce25d269e6e4c94ab5f7827b538bf592e464dd3aa834d0e6d6c51bf734aa83ce6d8c6c8912e22

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

0 comments on commit 7347ce3

Please sign in to comment.