Skip to content

Commit

Permalink
feat: update kubelet to 1.31.0-rc.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jul 31, 2024
1 parent 4f39fd2 commit ad6e7db
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.3
KUBELET_SHA512_AMD64 := 22893cf4187e79efd866b15c7331a62d20fedd73ea3d451f49884150e4798d518bf56b0818e374f55e0fe3bd2acfe5860474ded7ea70c472a592defed3f3e551
KUBELET_SHA512_ARM64 := b401643d4dae4d2c95c7c1bbe7927fec0e698ec077c55d64823d5dc138138f3e617b2eaf43befb8f663b760c376d8c37fe46d7f78183a1ba88982cab0b271365
KUBELET_VER := v1.31.0-rc.0
KUBELET_SHA512_AMD64 := 17ddb89ff7afcd482a74ed9e4eb1efdc993980d2922a84757b1987b785ef8797c6c59eddba52a437d5ee617c0e32da8904c0b5a8ef23a63a794cf634fc40b096
KUBELET_SHA512_ARM64 := 2d3ad8cd7802cab31800b9532f4da881c106dd9b116607d724e6beff71e311ce0ec17ec94dcf621b5bc9ebc7d0447839e3cd382275f7dfade1c35c595ca86177

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

0 comments on commit ad6e7db

Please sign in to comment.