Skip to content

Commit

Permalink
feat: update kubelet to 1.23.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Nov 26, 2021
1 parent 19dcf1f commit 55382d2
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.23.0-beta.0
KUBELET_SHA512_AMD64 := b345155e35b88463c1cce8fa88271904b6ce917eb3125485b2516939028b52b18e5e2ce03d126d159b400f8977ec358e11b0739b4400b0d0fd71df86d5f987cb
KUBELET_SHA512_ARM64 := ae60157ffc6602c1ed389539a5faa24a9fe0b4910558cd00afa12dc2588ef5cd3c54723a3be44794155e55dbb185b97bd351cc1260f7c6f7da0b0d31745a8d75
KUBELET_VER := v1.23.0-rc.0
KUBELET_SHA512_AMD64 := 04bda2a95448a88b65b6a5d01303de7519a84c7d5b5e3c577b30e20fc98f4f85e87d6e188ae3d4e5b52ce8d239fa2674819b67554d15d1b3a0493335d87655b2
KUBELET_SHA512_ARM64 := d095e2d76f5877ac1c241b9ab7917fafa7d2b264781c8abf4ab288b90d88315c356080f406353ed9f8cab4be95bdf635fd45dc44f2bdf7852f39d9c3961fdba0

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

0 comments on commit 55382d2

Please sign in to comment.