Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jul 2, 2024
1 parent a20e1aa commit bb66ac7
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.2
KUBELET_SHA512_AMD64 := 7c7f95a9cd6676cf93920ccc3779c3f3cd87ee9ffab8768b66fb881d9496f393731fdb068dc808f0902707f40d5fe61171845775d383015c43653d669855007b
KUBELET_SHA512_ARM64 := a8d4b648841a692326ff98270085a21d0a53ce5a9b861327954b5494e67d510c2f0be92a9624803eb73ff92a1ce2be5e768fee654b781061feb1041fb178ffd0
KUBELET_VER := v1.31.0-alpha.3
KUBELET_SHA512_AMD64 := f9a971209fe32816c9c1d0238eaf68a152d68c888b790ea832560207680ab347df3513d0a726515ff85d5c5cc76d11f74fe0b7143a02f884f1f40c7093dddd83
KUBELET_SHA512_ARM64 := 2cfb26e84a5f027b85ca2eea6bc52fba6b9571f9411d3c2779818bf8490da272dbe35830c29b96c0d9eb4d8728136a5f83f3179061941be84f30a4d28d262cc5

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

0 comments on commit bb66ac7

Please sign in to comment.