Skip to content

Commit

Permalink
feat: update Kubernetes to v1.30.3
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jul 17, 2024
1 parent 677dfb6 commit 4f39fd2
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.28.12
KUBELET_SHA512_AMD64 := d2242f9010993f73e2bbb2f520b19dc2cfc1e1ca84aa488fff6d7be4456c3da7ef42733d1adce6ddb0f327c77f2fb4f71526747329cda856bc224ad1bd5ac1a5
KUBELET_SHA512_ARM64 := 2753e4435b812a3bfa47813cbe95c2678ac10665d73f741ec56715f5e1f82aa49b7b9ea284072d23bacb17dcf81ee35e212cd2f740ecc18d85207e6071620618
KUBELET_VER := v1.30.3
KUBELET_SHA512_AMD64 := 22893cf4187e79efd866b15c7331a62d20fedd73ea3d451f49884150e4798d518bf56b0818e374f55e0fe3bd2acfe5860474ded7ea70c472a592defed3f3e551
KUBELET_SHA512_ARM64 := b401643d4dae4d2c95c7c1bbe7927fec0e698ec077c55d64823d5dc138138f3e617b2eaf43befb8f663b760c376d8c37fe46d7f78183a1ba88982cab0b271365

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

0 comments on commit 4f39fd2

Please sign in to comment.