Skip to content

Commit

Permalink
feat: update kubelet to 1.27.14
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed May 15, 2024
1 parent 10a9f9a commit dd3c35c
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.30.0
KUBELET_SHA512_AMD64 := c09618a8ed80dc57bb58fba16ce579a21db3d2625bf14af29e7a64fd09642761d8b6a007c334284a6abca191ac4e4b0f3064e3e11537a9995dd23342045236d5
KUBELET_SHA512_ARM64 := e8ad93d8b4090ae9acac2cd01bca8cb600841ce6c8134769b16062fb274c2f9f97702dc04f2fd9ae794f58918391a15e1ff85948b2aadb1174675609377e243b
KUBELET_VER := v1.27.14
KUBELET_SHA512_AMD64 := 7a9fe3c2b8aea07e420644e5d9b2dcc617d010d55d0a7df1a19f005d339b6cc9b4bc4d1fa478c6302271a9fc017eecfe6a5e6c491dbef1378b8d3e1f4392b501
KUBELET_SHA512_ARM64 := be9518bba7b2ef3a37f0829d5a7d98ce4f373aa5b85edb257d0b4bf5ac860ba4135b0032718ea8021905e30784320214c45f12fd4b7a52d74d1747e348d921a8

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

0 comments on commit dd3c35c

Please sign in to comment.