Skip to content

Commit

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

Signed-off-by: Andrey Smirnov <andrey.smirnov@siderolabs.com>
  • Loading branch information
smira committed Oct 18, 2023
1 parent f71b057 commit e3a19e9
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.3
KUBELET_SHA512_AMD64 := df112df63843b72f61af070b526e5c4670f548bc86cc55a3fc5758c23059b780fd3f3616d580186afba0068809b46c0ece5f73d989e6ff86ff3af720694fb9b9
KUBELET_SHA512_ARM64 := 819ced052d8eaabc96ee82d4b0d5fbf3189ef004f3e67c24e4466e77cf870b8abe66691a7ad936b2015b29d25a011dd1eb38b0291c66c0bc0835be66ba45ab7f
KUBELET_VER := v1.27.7
KUBELET_SHA512_AMD64 := 170edc772fe4dfb05db944240f56e8c5e5ef536ce1a08d5437d54c7b9b4131005b5207b01a8e11fc870cb809251a84ff0aaecb1840d7cc4b9a9b86fa897e59ed
KUBELET_SHA512_ARM64 := d41a45463c093b369f02abc0604fc0c740fb5039d18c65c45e3879f56e689d12c65c3d5215b95d96c0f148c4f2e2307f631ee6a14c75b376111d0ca757878111

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

0 comments on commit e3a19e9

Please sign in to comment.