Commit d9c16bf 1 parent 7a17167 commit d9c16bf Copy full SHA for d9c16bf
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.27.12
9
- KUBELET_SHA512_AMD64 := a6ed7ee8e51fe4346e0a6145d1de77e5133782baf6cac104741168c59c1cc37afe4b05c673ccb7a2782ad12da09f08252d5aeaf9f335808e066e7bd1bbea0fef
10
- KUBELET_SHA512_ARM64 := cc61883c726af5eb9d755729497b2fce58b59ccd135963aa8c1bedd3b3131165e39d1141144f6b3fdc018904e1eba0cd71c9314b4659a55bab78e14cda45aaeb
8
+ KUBELET_VER := v1.28.8
9
+ KUBELET_SHA512_AMD64 := d419bad1b0961532fe84c6ffa005a9c3b80ff09aa3f94923558e1b7469bb624457dfb72a848398be8636a3f25d8ab6188581fbd85d393442361240295d1be555
10
+ KUBELET_SHA512_ARM64 := 2c8fdc778f9952a9456894504dcc11281f5cf693bc22be55e0fcc4e676ba0d488a58b9d25165811d2ba5e768852e0a5ca52dc7e9563b5cf74a60953944b5604a
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