Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Feb 15, 2024
1 parent 0f019c8 commit 66bf009
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.28.7
KUBELET_SHA512_AMD64 := 5f8accd55678f55a67ca6f3fcbbe614fd4fb99dc7b8da2a272abee7354947a3b225aacdc795ebf3b06c0fd5c46529607de072ce050f5d202730c1da4e99b33d3
KUBELET_SHA512_ARM64 := 84e178e9eee5f07772e206a09a6858c7ef285e7b46d595b0eabf721bcc1459cf95771cbd4ea99a6f46155526ddfa948d5e4733a1d0c89d7a4aa92ffcb5eeecce
KUBELET_VER := v1.29.2
KUBELET_SHA512_AMD64 := d3fef1d4b99415179ecb94d4de953bddb74c0fb0f798265829b899bb031e2ab8c2b60037b79a66405a9b102d3db0d90e9257595f4b11660356de0e2e63744cd7
KUBELET_SHA512_ARM64 := ded47d757fac0279b1b784756fb54b3a5cb0180ce45833838b00d6d7c87578a985e4627503dd7ff734e5f577cf4752ae7daaa2b68e5934fd4617ea15e995f91b

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

0 comments on commit 66bf009

Please sign in to comment.