Skip to content

Commit c0edabd

Browse files
chore(deps): update dependency kubectl to v1.34.3
1 parent ca1be72 commit c0edabd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ helm:
131131
@rm -rf $(TMP_DIR)
132132

133133
KUBECTL ?= $(LOCALBIN)/kubectl
134-
KUBECTL_VERSION := v1.34.1
134+
KUBECTL_VERSION := v1.34.3
135135
KUBECTL_LOOKUP := kubernetes/kubernetes
136136
kubectl:
137137
@curl -s -L https://dl.k8s.io/release/$(KUBECTL_VERSION)/bin/$(GO_OS_LOW)/$(GO_ARCH)/kubectl -o $(KUBECTL)

0 commit comments

Comments
 (0)