Skip to content

Commit

Permalink
feat: update kubelet to 1.23.0-rc.1
Browse files Browse the repository at this point in the history
Also bump base image version.

Signed-off-by: Andrey Smirnov <andrey.smirnov@talos-systems.com>
  • Loading branch information
smira committed Dec 6, 2021
1 parent 55382d2 commit b0ed185
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ RUN wget -q -O /kubelet ${KUBELET_URL} \
ARG TARGETARCH
FROM builder-${TARGETARCH} as builder

FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-iptables:buster-v1.6.7 as container
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-iptables:buster-v1.7.0 as container

RUN clean-install \
bash \
Expand Down
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.23.0-rc.0
KUBELET_SHA512_AMD64 := 04bda2a95448a88b65b6a5d01303de7519a84c7d5b5e3c577b30e20fc98f4f85e87d6e188ae3d4e5b52ce8d239fa2674819b67554d15d1b3a0493335d87655b2
KUBELET_SHA512_ARM64 := d095e2d76f5877ac1c241b9ab7917fafa7d2b264781c8abf4ab288b90d88315c356080f406353ed9f8cab4be95bdf635fd45dc44f2bdf7852f39d9c3961fdba0
KUBELET_VER := v1.23.0-rc.1
KUBELET_SHA512_AMD64 := f99d0f346c55e2dedcef73ab00969159b60a6ec632df31179f6b9285719ac6cfc168ac0781341804511ae8e0fb9332f4dcc416d2bb849943afc51a090e57f8ed
KUBELET_SHA512_ARM64 := a4c7fbc2927ae5332826e0614a505a14cb9d80ca2b31c04960624b3390b62525076640039e383d3fe64da09b704af6a93ef463156207aa09001bfd1f68a065f3

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

0 comments on commit b0ed185

Please sign in to comment.