File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- KUBECTL1_VERSION := v1.30.11
1+ KUBECTL1_VERSION := v1.31.8
22KUBECTL1_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL1_VERSION ) /bin/linux/arm64/kubectl.sha256")
33KUBECTL1_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL1_VERSION ) /bin/linux/amd64/kubectl.sha256")
44
5- KUBECTL2_VERSION := v1.31.7
5+ KUBECTL2_VERSION := v1.32.4
66KUBECTL2_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL2_VERSION ) /bin/linux/arm64/kubectl.sha256")
77KUBECTL2_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL2_VERSION ) /bin/linux/amd64/kubectl.sha256")
88
9- KUBECTL3_VERSION := v1.32.3
9+ KUBECTL3_VERSION := v1.33.0
1010KUBECTL3_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL3_VERSION ) /bin/linux/arm64/kubectl.sha256")
1111KUBECTL3_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL3_VERSION ) /bin/linux/amd64/kubectl.sha256")
1212
You can’t perform that action at this time.
0 commit comments