We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca1be72 commit c0edabdCopy full SHA for c0edabd
Makefile
@@ -131,7 +131,7 @@ helm:
131
@rm -rf $(TMP_DIR)
132
133
KUBECTL ?= $(LOCALBIN)/kubectl
134
-KUBECTL_VERSION := v1.34.1
+KUBECTL_VERSION := v1.34.3
135
KUBECTL_LOOKUP := kubernetes/kubernetes
136
kubectl:
137
@curl -s -L https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/$(GO_OS_LOW)/$(GO_ARCH)/kubectl -o $(KUBECTL)
0 commit comments