Skip to content

Commit

Permalink
feat: update kubelet to v1.27.15
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jun 12, 2024
1 parent 03a5c86 commit 576ebaa
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.1
KUBELET_SHA512_AMD64 := eb0041b05a570ad6287faf0ed26eaf06e9ad21ddd0c28dedf91f0aeb9eb04dbe144710449c234d24beb95da37de21accd7ec131110281cf341064f4cc48165af
KUBELET_SHA512_ARM64 := bb809cd25430ba6f130fb96a3d2ffb93626c3ece6c217522fbf4768ceff9074df2310472bd9baf55b9ca05c48fd535b51173f633215d2d7b82858ac9bf2d1842
KUBELET_VER := v1.27.15
KUBELET_SHA512_AMD64 := 1ba280a7ecd5fb862055482b9670a12e809133aa619f6d171cb983c72c4d6af34042e3449c59758e07c314c58429fdff4b82fed889ac4cd863beb30fa8b3b8a0
KUBELET_SHA512_ARM64 := 2750b8389f52f6f25423e11759e8d8f726aef5b1056aca4727d29ca7ca96bcbf03ac8a5ef7c5d5052def3e2fecebff8403689ebfc1b56a5b8ec5289a22156851

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

0 comments on commit 576ebaa

Please sign in to comment.