Skip to content

Commit

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

Signed-off-by: Alexey Palazhchenko <alexey.palazhchenko@gmail.com>
  • Loading branch information
AlekSi authored and talos-bot committed Mar 29, 2021
1 parent 18fecc2 commit f4ebeb0
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.0-beta.0
KUBELET_SHA512_AMD64 := 770af1699a9539d1bf233565df06b60eda084c84d11c4a661ec75a46696ea7478058d7202b5706c4617342133cab95d894a63d295c828156699df5b6d7ba7a5d
KUBELET_SHA512_ARM64 := a6826303664090359d13569f0255f027eddff4d2201a2cb87ef5e6b9f1491293e92ba4f56074c8c2a17bb5ab93d8c14965debde580ca01e2603754a84ada22e0
KUBELET_VER := v1.21.0-rc.0
KUBELET_SHA512_AMD64 := d26694994a3e3f6d187ace1b5375d08e65bb1cd2753fdfdb43917e63ac2a41cac43f745631f2882bc8dde4c6770b5c899490a50096c7f82405d284a0df39ecbc
KUBELET_SHA512_ARM64 := a30b40f135e8b005f2c91bd1ee989be3c21b1ebe8423104a24ffe4c47ae7e35540075fa5c3f4978bc7db5fa5f44c5651c3ff8630fb6dba3acb5a3ea94418d384

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

0 comments on commit f4ebeb0

Please sign in to comment.