Commit 0c023da 1 parent 4feac83 commit 0c023da Copy full SHA for 0c023da
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.1
9
- KUBELET_SHA512_AMD64 := 2b68026951a4eb421d7ee55fa86c69943ff0f84939b535b7d5e5575219f5f4ecbc23771b02d3ed9cf9d11a16db72b6ee8101b5fb07570b17b66243c41b656a9c
10
- KUBELET_SHA512_ARM64 := 846db614e3958f2073c7b5380fb4d4766c3386af8949776465132012d4f9b1a8a8eef67cf445d7eda0b915c45b1e7919b32807da3786917b7b8045002786c5ce
8
+ KUBELET_VER := v1.22.2
9
+ KUBELET_SHA512_AMD64 := 733dbc9e4bc1a03cfe08953e0ba29346f3e7e3a65ffef58adc5e85340e0e727c44c568b43c9fab6964b7708dbda3ccda918967825d26926cb4d311eee3a4e5e4
10
+ KUBELET_SHA512_ARM64 := 7aff4c2258d95707299189de24c541b0d1cf58f04e1e91d73016dd84863d311678d645bf14ff9febf1da0d44ad448a582b1d46c564bbd962fe41914cc2f2d536
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