Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Mar 13, 2024
1 parent d838813 commit 4365e73
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-alpha.3
KUBELET_SHA512_AMD64 := 0bd8a2972b81b91aa0b9767f7c9fb9b05a0f7fa01e2230ed274bd5358fa0e07724efd0630824d6ea24dba8e50a188da036e9172a7c395c1c34e20941a396d1cc
KUBELET_SHA512_ARM64 := da97afcb996fc9a329533060e477b6395cafa21dcd52e5be921c911e58f3e4bbafcd69160eac9af1ae4fa0fc55589bcb55c85cec1b7452084d86ddb89cd69e66
KUBELET_VER := v1.30.0-beta.0
KUBELET_SHA512_AMD64 := ecd298c339562f3dc53c86fe6457e183a99ee29599395ec599e4df54639dc40172e5c362643403ddc1a92de6e6a75a036f0d8541f80cbcb1a9289fe932a67a51
KUBELET_SHA512_ARM64 := 36c7bfd47e8558d969b5c415e0c53d13159fe54924c2b9832123f1625c521802cb1ac79411d1701705d4a5c39e8477afa2ef1d691f368cef374547d64eb576ed

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

0 comments on commit 4365e73

Please sign in to comment.