Skip to content

Commit

Permalink
feat: update kubelet to 1.28.11
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jun 12, 2024
1 parent ae3bf54 commit 7cdf229
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.15
KUBELET_SHA512_AMD64 := 1ba280a7ecd5fb862055482b9670a12e809133aa619f6d171cb983c72c4d6af34042e3449c59758e07c314c58429fdff4b82fed889ac4cd863beb30fa8b3b8a0
KUBELET_SHA512_ARM64 := 2750b8389f52f6f25423e11759e8d8f726aef5b1056aca4727d29ca7ca96bcbf03ac8a5ef7c5d5052def3e2fecebff8403689ebfc1b56a5b8ec5289a22156851
KUBELET_VER := v1.28.11
KUBELET_SHA512_AMD64 := b0dac208fc8e5206e86c8a05534edcc0468a4a21add2d303e7c758332f3567724ee09f9504c826808e04e63330f2ff7f4e26d36dfe6fcc29740851235896ef79
KUBELET_SHA512_ARM64 := 5314c36f659f21034c8053a22d235da517e732fd13615087695397d0e95943452ae1837d1ef912edabd23b42abe4371801b907c585b9ae102982330975672f86

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

0 comments on commit 7cdf229

Please sign in to comment.