Skip to content

Commit

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

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Apr 17, 2024
1 parent 1b3f07c commit 98056de
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.30.0-rc.2
KUBELET_SHA512_AMD64 := 89c2b282e047cef8c258f51c4bb99fc384c7365fc5b6e8f36acb3ea46be549f936b445449421ad3ef328b8d424704711909dd1a8110a1947256f1abc769c4699
KUBELET_SHA512_ARM64 := e5c99ae0ef57fe9edd5d6ad45b6605d13f56a66d00d8879b66df2f691bdec4837061a484de8a3c1c92e29c5e5118ce6046e8fa834983d104c207ce13787267f3
KUBELET_VER := v1.27.13
KUBELET_SHA512_AMD64 := 5baecb7278b63a15733ce44ac6939d7f9f4c79438542cdd7ca34a31026b45790c2eb5d57993d05aa82cdb694789969367295094c765b540a7f7cc455659714d1
KUBELET_SHA512_ARM64 := f64cfb2996b065f55db84f834d1c34525350392b07496098490c5c42a8d8a49c8d42b36c04879d98f78d235aec6e9c541ba32c2bfa87c4509b25efb92766196a

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

0 comments on commit 98056de

Please sign in to comment.