Skip to content

Commit

Permalink
feat: update Kubelet to 1.20.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smira authored and talos-bot committed Feb 18, 2021
1 parent 211568e commit dc6e75f
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.20.2
KUBELET_SHA512_AMD64 := 94a8bdae491b669f6cf195c7a94d17e29d6f5087855560b0dd11fcc9783824f0fe6b284e816134d460c85fc3be9aa8d1cbd5c6a660edd7377fe47120dc7ac213
KUBELET_SHA512_ARM64 := aa8af1f063bd95cbf5517f2be033ad0f8ff1ba3adbcf882ec33510af297c6007f5c68b936855c17265643e217ed354df9bd6292918db8531c3fb0174f669f08f
KUBELET_VER := v1.20.3
KUBELET_SHA512_AMD64 := 552e8251cb53b796874befb3ec7f751c35c31d466cf01b2b62ba74cb8a8b5a18807104320cbe79f1819b00632173b70d11d4ab21f0a83fa2143c8cadd98660ea
KUBELET_SHA512_ARM64 := 9ae5ec9973b3d59f61bfb3bb6f7129fd9d3a5bb9185ac96a6c7a7f286ed710d31aad1c845aaf9471f59a0e86cd583df4b5a0e40e58ee8b598af4a3d008defc33

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

0 comments on commit dc6e75f

Please sign in to comment.