Skip to content

Commit

Permalink
feat: update kubelet to 1.21.0-beta.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 23, 2021
1 parent 9bb3e39 commit 18fecc2
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.5
KUBELET_SHA512_AMD64 := a292698ab901ff0b377c30eb5a01a9212ce481f0f7b3dfd9613fb93405dfe000061517f18ed9c0483d3ad89b7aa494377e80f3e7f77956fc5c8c4b161732e757
KUBELET_SHA512_ARM64 := b487e5f8664895be8e95298becb610e8c681919daba2884064f52a3b6b710373fca4288a5bbba0ec3b3a762b3614bc353b2d2396d916aed1b902e62cb437b7a3
KUBELET_VER := v1.21.0-beta.0
KUBELET_SHA512_AMD64 := 770af1699a9539d1bf233565df06b60eda084c84d11c4a661ec75a46696ea7478058d7202b5706c4617342133cab95d894a63d295c828156699df5b6d7ba7a5d
KUBELET_SHA512_ARM64 := a6826303664090359d13569f0255f027eddff4d2201a2cb87ef5e6b9f1491293e92ba4f56074c8c2a17bb5ab93d8c14965debde580ca01e2603754a84ada22e0

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

0 comments on commit 18fecc2

Please sign in to comment.