Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Nov 16, 2023
1 parent 40c43f1 commit ab518f0
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.4
KUBELET_SHA512_AMD64 := 7be022f8510283c4bebee07c5adcdf7e5e0440eedf9ae6b76597e322782e15794d518a3510f4657d9e2fd87c5d1c7fb6d78e377b230769b394f506e308d5cc90
KUBELET_SHA512_ARM64 := 9d1f076298561aee360dd49180a71502da5baf1210ffa6954273b3c21683e9e45ad3a669a0aa98b229075bb88ae00beb3d3d05e0334e5fbd01f300fa48adeb18
KUBELET_VER := v1.25.16
KUBELET_SHA512_AMD64 := 720c005f1c224cd9f93b9464e2357943dd7f1ae7ecbad08fe465624310fddb5f271a72f595413a1612167f1dd60a21d55aa6ed87ff0893a8f25c0b7a502061cd
KUBELET_SHA512_ARM64 := 9471c4289e877627fbbc42c3fb5cace5fa32dbff1b9e724d7a0d3680939f02b74c6aa01cb2fcf41d32516142bdd4f6718e0c1b14f00ba8bdf4d0200a5f6d88ee

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

0 comments on commit ab518f0

Please sign in to comment.