Commit b2c3d98 1 parent 8f713db commit b2c3d98 Copy full SHA for b2c3d98
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.22.12
9
- KUBELET_SHA512_AMD64 := a73a44ee1b4f2a6f23f96975e9b8083c1ef342fce8281bafbf75e36682aedb403b1c7f0eae7f208151f7c43087c79227485235c5cd93da2993cdf6cf0eb15201
10
- KUBELET_SHA512_ARM64 := 34643ab726e6f8b03ca0c8f5631cd5e767122726bdc6ef8986fb8320764aec0e7f5aea646a45b013f23acdc926eb7611db2ac9090497bea9fa559f66f0b5ca03
8
+ KUBELET_VER := v1.25.0-alpha.3
9
+ KUBELET_SHA512_AMD64 := 72ce59f04e9099f77f1fdea6742b384a60923ef07ef7b1b764726ec6513757632c0e5784756973944b7b3efd2dfc7bfa822b5ea5239ed27881048d4fda66c0f6
10
+ KUBELET_SHA512_ARM64 := 5e6b26b2251ead60fbebe81a49a1722d3420c580683bd14d7ff80338cb05641cc1e4e1c4bbee4384b53685555ade0a3a3a17c2faaa04bfdfccb83cdfe2dc6f58
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