Skip to content

Commit

Permalink
feat: update kubelet to 1.23.11
Browse files Browse the repository at this point in the history
See https://github.com/kubernetes/kubernetes/releases/tag/v1.21.11

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Mar 17, 2022
1 parent b16dfbf commit 7f7f87f
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.4
KUBELET_SHA512_AMD64 := 4306ef42564efc96ca7901a7fabe3231a3c660b83d935e78f8a06913cc9aa06b0777976bbc62de4fa5291b9bc2406970213e5d09390826da87cc05f365459c0e
KUBELET_SHA512_ARM64 := 209450f58a2e9de79903723b169197e968ee58dd5b1149e3366aff9042286b4f83692f1b69e792155a9879e656802b64d317fdcbd5e85da4ad6cc2cb4667a5fe
KUBELET_VER := v1.21.11
KUBELET_SHA512_AMD64 := 649cc4d29cd6e68790e0c4acfe2343cade47f675b7f982668474626b8a94cb135cb97349e2d8f2f71cb81c0e7f498245a313b39f4bb4eb3b5f73419cfccc8fee
KUBELET_SHA512_ARM64 := bda8d3929d27b4e327e5d1628097a0282073a36a5e170ef80901d5f7a6a911dffbf0e4eb3122365a0a1d2f4009c4266afa7812fe2a3fdd4ae3664fd4fbb4cb1f

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

0 comments on commit 7f7f87f

Please sign in to comment.