Skip to content

Commit

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

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Apr 17, 2024
1 parent 98056de commit 78a2cc4
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.13
KUBELET_SHA512_AMD64 := 5baecb7278b63a15733ce44ac6939d7f9f4c79438542cdd7ca34a31026b45790c2eb5d57993d05aa82cdb694789969367295094c765b540a7f7cc455659714d1
KUBELET_SHA512_ARM64 := f64cfb2996b065f55db84f834d1c34525350392b07496098490c5c42a8d8a49c8d42b36c04879d98f78d235aec6e9c541ba32c2bfa87c4509b25efb92766196a
KUBELET_VER := v1.28.9
KUBELET_SHA512_AMD64 := d4cc4250a288ef8f1a682c8e78b294260f0a9a6166bd54482ce2d8eaf6e6a7b2e4981554005487783c364c2ec760d83c5824ea0cd50f4f765057e2e1f24cd6dc
KUBELET_SHA512_ARM64 := 9183bd9378cdd1e5291f79c8ef839444a548d252b72cc0b555c51cdf3d476471742a34339526a8dda798782b672c42e8098b76f0e5f018f50414dfa37de05fd9

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

0 comments on commit 78a2cc4

Please sign in to comment.