Skip to content

Commit

Permalink
feat: update kubelet to 1.29.7
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jul 17, 2024
1 parent 97d2bd7 commit ce903fc
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.27.16
KUBELET_SHA512_AMD64 := e83c00885727268dca2533150794e01d12af3a6bc1fc1c29741dfc3f40d202a9b55ab0fed0a6aa3680274a7a94fce216762e317432bf39ecffdb510fd4b01e82
KUBELET_SHA512_ARM64 := b01db09a48ae59326fb6fc030e6db6edc417d3181dfc826cd580146cc5c720560b226312d4ade52c8c327bffb30a2a26751648481ba6626ff5985ea29d5ef957
KUBELET_VER := v1.29.7
KUBELET_SHA512_AMD64 := 1733017e65be14a70b4a82febd79304315aaf593a68c6da38a1948ecff8b5d2527f5256f8c71004c17c7924e7e35b8c7937d8c3330003eddd301594b4cfc21c9
KUBELET_SHA512_ARM64 := a8d8745aa753a593851e2ce1cafe95e6e309400e0df19804dd0c2e63a69a8a6be2b268ded24f89a77f4e0bc5c5710cb7ecc1d2b3c49fc3560e61045a6fa1f3de

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

0 comments on commit ce903fc

Please sign in to comment.