Skip to content

Commit

Permalink
Merge pull request #4461 from nojnhuh/kubectl-version
Browse files Browse the repository at this point in the history
bump Makefile kubectl to v1.28.4
  • Loading branch information
k8s-ci-robot authored Jan 17, 2024
2 parents 388d795 + e1e8d54 commit 2c47af5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ GINKGO_VER := v2.14.0
GINKGO_BIN := ginkgo
GINKGO := $(TOOLS_BIN_DIR)/$(GINKGO_BIN)-$(GINKGO_VER)

KUBECTL_VER := v1.25.6
KUBECTL_VER := v1.28.4
KUBECTL_BIN := kubectl
KUBECTL := $(TOOLS_BIN_DIR)/$(KUBECTL_BIN)-$(KUBECTL_VER)

Expand Down

0 comments on commit 2c47af5

Please sign in to comment.