Skip to content

Commit

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

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

0 comments on commit 4ca5b87

Please sign in to comment.