Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Apr 12, 2024
1 parent 981b856 commit 1b3f07c
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.1
KUBELET_SHA512_AMD64 := 3fc66c5ed197f6ea9c9a01bb10ddb4710bae6e2e5b90439e9173caa7c14bfa23938d382c06febf6af1c1b32f2a2685e400a571fb3be85f651b2c9cdffc97e49a
KUBELET_SHA512_ARM64 := 901dc6135719e0af388c7949a1cb875e0a7538bc85d6565cdbfd899af192e10752714e7427b440ad5e84e3893aea5424b1831913f40a806b51fc96590e99343b
KUBELET_VER := v1.30.0-rc.2
KUBELET_SHA512_AMD64 := 89c2b282e047cef8c258f51c4bb99fc384c7365fc5b6e8f36acb3ea46be549f936b445449421ad3ef328b8d424704711909dd1a8110a1947256f1abc769c4699
KUBELET_SHA512_ARM64 := e5c99ae0ef57fe9edd5d6ad45b6605d13f56a66d00d8879b66df2f691bdec4837061a484de8a3c1c92e29c5e5118ce6046e8fa834983d104c207ce13787267f3

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

0 comments on commit 1b3f07c

Please sign in to comment.