Skip to content

Commit

Permalink
feat: update kubelet to 1.29.5
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed May 15, 2024
1 parent b625c6b commit 2e302ea
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.10
KUBELET_SHA512_AMD64 := c2e2fdca54c8ee198106123f8971690fffb4f56a2171147851b33aa3eb8e5cc5bd91b72fd0f1da6abfc0ead0ea5038574a666bad7ebb85c60ab6ffcaf7d2394b
KUBELET_SHA512_ARM64 := 9a8044624fd608e27cbe647a0a956c52276a10be47adc7321a0e5d86e235b9883bcf0fa9448031efcf8f37e1b9dc1c01d9aa6d7a90dff7d42cd6437d40bc7815
KUBELET_VER := v1.29.5
KUBELET_SHA512_AMD64 := 5230a6b81c06306da0063ebb57ab5faa62e85e5eab8e3cf5ba2e6125f32c7c725ab096a8dac14a8550ff04c30f65dbe1d9f65ab32f1e1f5dbb857e52fe3e5e36
KUBELET_SHA512_ARM64 := 0ab0c358f0067444bce8ee6390b074c7d6adac8b16795f946067be529ef5a25cc5798174be3078e8cc7495bfcbf5f8fed8a9dd0efebce718b7b74de17cef2f9b

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

0 comments on commit 2e302ea

Please sign in to comment.