Skip to content

Commit

Permalink
feat: update kubelet to v1.30.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Nov 21, 2024
1 parent c98b996 commit 1df6895
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.11
KUBELET_SHA512_AMD64 := 782bf21d5e5b07bc67032479d6524991c055bf705f59be164a337ccbd594464956f64d644199deecc16fe2ff56dbd1b9dc1986b7a44e92e4b0b7e7600a418224
KUBELET_SHA512_ARM64 := 7b03f08cca234d25b821f5ebbfa2eca1dd37a1a30d82cde60a94938bfc05a8c535f2c97f6d05349a66934143a044632d92fe1468532c33f81d3b8bbe9d597f4e
KUBELET_VER := v1.30.7
KUBELET_SHA512_AMD64 := e88c7ab13a4b45c21673094d30d004107aa521cf5417e8893e04f2720c5816ccc4310619b83403e071193caff07c95fcc8fc8d996ec45c14a45a24b85e53f7cb
KUBELET_SHA512_ARM64 := 2d79f568233f808025712d6faee9f91681150a4ec51ff6624ee94da017a8884da8f445bc4a1e6129b23db702206ccdc28dbc467b1320e267ad955af76f8e6f99

# For kubelet versions >= 1.31.0, the slim image is the default one, and previous image is labeled as -fat.
# For kubelet versions < 1.31.0, the fat image is the default one, and previous image is labeled as -slim.
Expand Down

0 comments on commit 1df6895

Please sign in to comment.