Skip to content

Commit

Permalink
feat: update Kubelet to 1.21.2
Browse files Browse the repository at this point in the history
Also updates base image to the latest released version.

Signed-off-by: Andrey Smirnov <smirnov.andrey@gmail.com>
  • Loading branch information
smira authored and talos-bot committed Jun 21, 2021
1 parent 3335dbc commit acfdec5
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.0 as container
FROM us.gcr.io/k8s-artifacts-prod/build-image/debian-iptables:buster-v1.6.3 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.21.1
KUBELET_SHA512_AMD64 := 8e120483f615b8e5f57c32b901ffa008738754514a8b071d23d882c610e8f35fbcc208666290f9d5304d261339a3b0ff5aa7b603e40c7f4cec5475016fcea5dd
KUBELET_SHA512_ARM64 := 2df046576937b31e866ab0b9e2c614454cc72859a9995984b4bb86c0caacce337b5646c4ad46dc5b0507889bad69fb5ddc7cebc4bad9413b6f3ff5fd91ab5714
KUBELET_VER := v1.21.2
KUBELET_SHA512_AMD64 := 21fe5e202552a3b814acca3b24ca07506018d51dba6268b6a4be1aa51d5bdb46d8d678b7818efd7bdf5fa4b116691f6daf5f36d0f44723847b4d80bf9d988a49
KUBELET_SHA512_ARM64 := 215e2c6b83e13feada118af517153571f10bbe492d7629136ae3b2497940badbc9a6f8da0c240198d044f13a4bc6dabbd5fb4e906509e8b4e99d96d3c2cbd3ea

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

0 comments on commit acfdec5

Please sign in to comment.