Skip to content

Commit

Permalink
feat: update kubelet to 1.29.6
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jun 12, 2024
1 parent 7cdf229 commit b0382dd
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.28.11
KUBELET_SHA512_AMD64 := b0dac208fc8e5206e86c8a05534edcc0468a4a21add2d303e7c758332f3567724ee09f9504c826808e04e63330f2ff7f4e26d36dfe6fcc29740851235896ef79
KUBELET_SHA512_ARM64 := 5314c36f659f21034c8053a22d235da517e732fd13615087695397d0e95943452ae1837d1ef912edabd23b42abe4371801b907c585b9ae102982330975672f86
KUBELET_VER := v1.29.6
KUBELET_SHA512_AMD64 := 078283461b936157140bc70902ff70eb6e955c50ba2708634892ce65108e2b7e292c120f09f1c4f4f94add5ec111cbd30c6a7e1096b8e4c3fbce81b748962262
KUBELET_SHA512_ARM64 := 3946c6dd3e095438482996616f359b5c1beb86be8712cd5102838d807eb299d99cc79fe575087da170fda06deff93b68bd864be2e55a9dcbc72aa97cd49fe35d

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

0 comments on commit b0382dd

Please sign in to comment.