Skip to content

Commit

Permalink
feat: update kubelet to 1.30.9
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jan 16, 2025
1 parent c8d98dd commit 7235fcd
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.13
KUBELET_SHA512_AMD64 := d8baba024af72cf5dca200cd388517aa3a822d73e1f6d56cce7c7725c40bbe388ca24c312c5adb7a9ec9273f6cc240d42286ba2a63611a06fd7739347c0e9617
KUBELET_SHA512_ARM64 := c96026a1a7c32115446d4f67e3163af4df16d1c54def0cc9b2ca852eba6dc910371095ac193c75af4809949256965b1f3fdedc14b2a08c3c6c4037575dfcdc17
KUBELET_VER := v1.30.9
KUBELET_SHA512_AMD64 := 67c1b601193edb4b27c5a43f6f50ea8df4232da178c50eac7af6b9469534b586a2248beda280f156a978d9cdd51848aa01091ef5a15ef7499cf49d427c16111e
KUBELET_SHA512_ARM64 := c5d857d60bc8a43ae712caa2df35226a4f92c5eecb82ba7a08bd287859052f5923d82380ad290f26d884d25ad26538547d3efeec177480cc686eba300fc4b003

# 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 7235fcd

Please sign in to comment.