File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -6,11 +6,11 @@ KUBECTL2_VERSION := v1.29.15
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.30.11
9+ KUBECTL3_VERSION := v1.30.13
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
13- KUBECTL4_VERSION := v1.31.7
13+ KUBECTL4_VERSION := v1.31.9
1414KUBECTL4_SUM_arm64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL4_VERSION ) /bin/linux/arm64/kubectl.sha256")
1515KUBECTL4_SUM_amd64 ?= $(shell curl -L "https://dl.k8s.io/release/$(KUBECTL4_VERSION ) /bin/linux/amd64/kubectl.sha256")
1616
You can’t perform that action at this time.
0 commit comments