Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Jul 17, 2024
1 parent ce903fc commit 677dfb6
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.29.7
KUBELET_SHA512_AMD64 := 1733017e65be14a70b4a82febd79304315aaf593a68c6da38a1948ecff8b5d2527f5256f8c71004c17c7924e7e35b8c7937d8c3330003eddd301594b4cfc21c9
KUBELET_SHA512_ARM64 := a8d8745aa753a593851e2ce1cafe95e6e309400e0df19804dd0c2e63a69a8a6be2b268ded24f89a77f4e0bc5c5710cb7ecc1d2b3c49fc3560e61045a6fa1f3de
KUBELET_VER := v1.28.12
KUBELET_SHA512_AMD64 := d2242f9010993f73e2bbb2f520b19dc2cfc1e1ca84aa488fff6d7be4456c3da7ef42733d1adce6ddb0f327c77f2fb4f71526747329cda856bc224ad1bd5ac1a5
KUBELET_SHA512_ARM64 := 2753e4435b812a3bfa47813cbe95c2678ac10665d73f741ec56715f5e1f82aa49b7b9ea284072d23bacb17dcf81ee35e212cd2f740ecc18d85207e6071620618

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

0 comments on commit 677dfb6

Please sign in to comment.