Skip to content

Commit

Permalink
feat: update kubelet to 1.28.10
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed May 15, 2024
1 parent 1beda3c commit b625c6b
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.27.14
KUBELET_SHA512_AMD64 := 7a9fe3c2b8aea07e420644e5d9b2dcc617d010d55d0a7df1a19f005d339b6cc9b4bc4d1fa478c6302271a9fc017eecfe6a5e6c491dbef1378b8d3e1f4392b501
KUBELET_SHA512_ARM64 := be9518bba7b2ef3a37f0829d5a7d98ce4f373aa5b85edb257d0b4bf5ac860ba4135b0032718ea8021905e30784320214c45f12fd4b7a52d74d1747e348d921a8
KUBELET_VER := v1.28.10
KUBELET_SHA512_AMD64 := c2e2fdca54c8ee198106123f8971690fffb4f56a2171147851b33aa3eb8e5cc5bd91b72fd0f1da6abfc0ead0ea5038574a666bad7ebb85c60ab6ffcaf7d2394b
KUBELET_SHA512_ARM64 := 9a8044624fd608e27cbe647a0a956c52276a10be47adc7321a0e5d86e235b9883bcf0fa9448031efcf8f37e1b9dc1c01d9aa6d7a90dff7d42cd6437d40bc7815

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

0 comments on commit b625c6b

Please sign in to comment.