Skip to content

Commit

Permalink
feat: update Kubelet to 1.23.0
Browse files Browse the repository at this point in the history
See https://github.com/kubernetes/kubernetes/blob/master/CHANGELOG/CHANGELOG-1.23.md#changelog-since-v1220

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 8, 2021
1 parent b0ed185 commit c5715b8
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-rc.1
KUBELET_SHA512_AMD64 := f99d0f346c55e2dedcef73ab00969159b60a6ec632df31179f6b9285719ac6cfc168ac0781341804511ae8e0fb9332f4dcc416d2bb849943afc51a090e57f8ed
KUBELET_SHA512_ARM64 := a4c7fbc2927ae5332826e0614a505a14cb9d80ca2b31c04960624b3390b62525076640039e383d3fe64da09b704af6a93ef463156207aa09001bfd1f68a065f3
KUBELET_VER := v1.23.0
KUBELET_SHA512_AMD64 := 6af3e7264ba6f0351480b654d230b407d459d4cb9e3a0d99efcc9a6bda9f80855249e3209a498f60f82b54d126a8b52ce8539414664f7391d3129e805daa5e96
KUBELET_SHA512_ARM64 := 1efdd0342dad9f2683a60bad7a1e64b0000bde7a339082ab27a35efa54ba01f2a4a031dc3a9b264fadb6c1e141fd8f6d72026a48bc0689dd8efb411c3c4741cd

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

0 comments on commit c5715b8

Please sign in to comment.