Commit 845cc64 1 parent 41bc183 commit 845cc64 Copy full SHA for 845cc64
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ TAG ?= $(shell git describe --tag --always --dirty)
5
5
BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
6
6
REGISTRY_AND_USERNAME := $(REGISTRY ) /$(USERNAME )
7
7
NAME := kubelet
8
- KUBELET_VER := v1.24.4
9
- KUBELET_SHA512_AMD64 := 8dd4896c377a36012b04f02875633da421c8045bedf14430a2b5dcc3a062fa229cb273b17eccc750a8f778afc092a290e5de09f1242fdea9c145397c0599c57a
10
- KUBELET_SHA512_ARM64 := 34af7d0a00de82b2d393ddaed8cd7fa0ce845d7f524d5e39c3dec6f8f6bfc244bce5bb69b5875a238348e3b2e0093bfe92dff19101d5a43c80f4fac343abe2b9
8
+ KUBELET_VER := v1.25.0-rc.1
9
+ KUBELET_SHA512_AMD64 := 4ccb13d835d58ca84c6ebf7c0faa17d0e0491782f41bb33dcd1f87d6e4c1f3fe6182e512a35acafe4e1fb4f45c06f08c6115ed708470ccaa6ad1df3e11c33862
10
+ KUBELET_SHA512_ARM64 := dc89abb62fdeb4e7954b0d99b0f2c0d95398a420a7fab346bcbe917dc7fb159429c5658f9e4751cea6a601ba79ce6249f65353dc44b9edf47874385568141832
11
11
12
12
BUILD := docker buildx build
13
13
PLATFORM ?= linux/amd64,linux/arm64
You can’t perform that action at this time.
0 commit comments