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 @@ -2,11 +2,11 @@ KUBECTL1_VERSION := v1.28.15
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.29.14
5+ 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.10
9+ KUBECTL3_VERSION := v1.30.11
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