Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Aug 6, 2024
1 parent ad6e7db commit 821dc3e
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.31.0-rc.0
KUBELET_SHA512_AMD64 := 17ddb89ff7afcd482a74ed9e4eb1efdc993980d2922a84757b1987b785ef8797c6c59eddba52a437d5ee617c0e32da8904c0b5a8ef23a63a794cf634fc40b096
KUBELET_SHA512_ARM64 := 2d3ad8cd7802cab31800b9532f4da881c106dd9b116607d724e6beff71e311ce0ec17ec94dcf621b5bc9ebc7d0447839e3cd382275f7dfade1c35c595ca86177
KUBELET_VER := v1.31.0-rc.1
KUBELET_SHA512_AMD64 := b52716aadd95d73c408b3b30baae288fd10f8c024424671392e233f00316d3f0546a6c6780e81f5ddac039020bcc80dfa85202939ac70ccec74a7b6bbdf26097
KUBELET_SHA512_ARM64 := 2122ffaca810410ff0ac2cb0b6c1b05908fcdeda1dc64f310ae982a58278917a51f77fdfdc89713fbf5c3fe0ee16c9626c0464bb358a863900a38a19b8a421f7

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

0 comments on commit 821dc3e

Please sign in to comment.