Skip to content

Commit

Permalink
feat: update kubelet to v1.30.0-rc.1
Browse files Browse the repository at this point in the history
See https://github.com/kubernetes/kubernetes/releases/tag/v1.30.0-rc.1

Signed-off-by: Noel Georgi <git@frezbo.dev>
  • Loading branch information
frezbo committed Apr 3, 2024
1 parent 156b08b commit 981b856
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-rc.0
KUBELET_SHA512_AMD64 := fa98ed2777a348ac52defb611d21f9339979f8440ab5a04616dc0e9af64964c2191f11cfe214786f58b258280c9f08ef8784b9f22770f1d99d14caf370143eb0
KUBELET_SHA512_ARM64 := fe26bcdfc9db9dd0bafe98a4e88763d1887d521e8e70399c00a7d8ef5799af93f046cba1ccf3bccfc432f8ed516c05199c479e4152cdff500a95bcfb913cd10c
KUBELET_VER := v1.30.0-rc.1
KUBELET_SHA512_AMD64 := 3fc66c5ed197f6ea9c9a01bb10ddb4710bae6e2e5b90439e9173caa7c14bfa23938d382c06febf6af1c1b32f2a2685e400a571fb3be85f651b2c9cdffc97e49a
KUBELET_SHA512_ARM64 := 901dc6135719e0af388c7949a1cb875e0a7538bc85d6565cdbfd899af192e10752714e7427b440ad5e84e3893aea5424b1831913f40a806b51fc96590e99343b

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

0 comments on commit 981b856

Please sign in to comment.