Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jun 12, 2024
1 parent b0382dd commit a20e1aa
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.29.6
KUBELET_SHA512_AMD64 := 078283461b936157140bc70902ff70eb6e955c50ba2708634892ce65108e2b7e292c120f09f1c4f4f94add5ec111cbd30c6a7e1096b8e4c3fbce81b748962262
KUBELET_SHA512_ARM64 := 3946c6dd3e095438482996616f359b5c1beb86be8712cd5102838d807eb299d99cc79fe575087da170fda06deff93b68bd864be2e55a9dcbc72aa97cd49fe35d
KUBELET_VER := v1.30.2
KUBELET_SHA512_AMD64 := 7c7f95a9cd6676cf93920ccc3779c3f3cd87ee9ffab8768b66fb881d9496f393731fdb068dc808f0902707f40d5fe61171845775d383015c43653d669855007b
KUBELET_SHA512_ARM64 := a8d4b648841a692326ff98270085a21d0a53ce5a9b861327954b5494e67d510c2f0be92a9624803eb73ff92a1ce2be5e768fee654b781061feb1041fb178ffd0

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

0 comments on commit a20e1aa

Please sign in to comment.