Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Jan 26, 2022
1 parent 41b74b3 commit 59bb341
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.2
KUBELET_SHA512_AMD64 := c8391059fbe07b76026b25bbba378863518fd5de0b61ef67d4f87ae6579dcbf642c49f26c205ccfef5736222653428c680adfe267ef43b362b946f63e5d01124
KUBELET_SHA512_ARM64 := 7cdc4d66d0acba711af52ddba9fdfee734e8fb540c5f0234509b4e9cf876902818df013120ec7e3c5cc8985695d1b1f9758bf4e0bddc6c93c5e0373fa757ce76
KUBELET_VER := v1.23.3
KUBELET_SHA512_AMD64 := d5eb97c3f7c978c7f8b30d2905ce7e08e0aca52c222ca551c8c6da951ee2cdeffefd43d4b9b785727743afbedaf50b68189ae2abd3b7de53a98037af012fefcd
KUBELET_SHA512_ARM64 := 815781d427370fe674e6399208ca3a8ec0b6a06d8609465aae64ce0d4c72b0225900d3260c4eb4eb88b8355cf915537bff23531fc4fdd895650fe33949f1af97

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

0 comments on commit 59bb341

Please sign in to comment.