Skip to content

Commit

Permalink
feat: bump kubelet to 1.20.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
smira authored and talos-bot committed Mar 19, 2021
1 parent 4717cc6 commit 9bb3e39
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.1
KUBELET_SHA512_AMD64 := fe9f9fb974722ef81e3de7c87ed55d6b9d8746ba219322d0c2cc4fc2a5a754e709c10cf19888d5e512eb93cd94f0f6bafb6d5beb88fc58ff30b1a7fe1565bee0
KUBELET_SHA512_ARM64 := d523a81af6fce24251c0cabc0ed95aa4f8cd358c76d3945ba40d3abc62db6bcc3eab49120342eca5cb57d60976a15990c05c078c12e07fd098bc0a1fb34d3247
KUBELET_VER := v1.20.5
KUBELET_SHA512_AMD64 := a292698ab901ff0b377c30eb5a01a9212ce481f0f7b3dfd9613fb93405dfe000061517f18ed9c0483d3ad89b7aa494377e80f3e7f77956fc5c8c4b161732e757
KUBELET_SHA512_ARM64 := b487e5f8664895be8e95298becb610e8c681919daba2884064f52a3b6b710373fca4288a5bbba0ec3b3a762b3614bc353b2d2396d916aed1b902e62cb437b7a3

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

0 comments on commit 9bb3e39

Please sign in to comment.