Skip to content

Commit

Permalink
feat: update to v1.31.0-beta.0
Browse files Browse the repository at this point in the history
  • Loading branch information
smira committed Jul 16, 2024
1 parent bb66ac7 commit cd2256c
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.31.0-alpha.3
KUBELET_SHA512_AMD64 := f9a971209fe32816c9c1d0238eaf68a152d68c888b790ea832560207680ab347df3513d0a726515ff85d5c5cc76d11f74fe0b7143a02f884f1f40c7093dddd83
KUBELET_SHA512_ARM64 := 2cfb26e84a5f027b85ca2eea6bc52fba6b9571f9411d3c2779818bf8490da272dbe35830c29b96c0d9eb4d8728136a5f83f3179061941be84f30a4d28d262cc5
KUBELET_VER := v1.31.0-beta.0
KUBELET_SHA512_AMD64 := bb96506ba2800784286c2381aab51428a574d9985bb73d657c76287124ad7318ac4bacf2e8dfb8951e2d098fee74dddff694a2e0065d8b0c8ecd5c97042d7ea7
KUBELET_SHA512_ARM64 := d7c095440418a44b6f1435212e7ff5dda9955a2b0e28f37a708071bd64d72df9a155b8029eaa6abd2aacd4f3258ca21531f08324cf9833fd8131f9ea38683acf

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

0 comments on commit cd2256c

Please sign in to comment.