Skip to content

Commit

Permalink
Update kubectl version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <alexellis2@gmail.com>
  • Loading branch information
alexellis committed Apr 2, 2024
1 parent 8886a74 commit 2b41f45
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkg/get/get_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ sudo install -m 755 /tmp/bin/jq-linux64 /usr/local/bin/jq`,

func Test_GetDownloadURLs(t *testing.T) {
tools := MakeTools()
kubectlVersion := "v1.26.2"
kubectlVersion := "v1.29.1"

tests := []struct {
name string
Expand Down
2 changes: 1 addition & 1 deletion pkg/get/tools.go
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ func MakeTools() Tools {
Owner: "kubernetes",
Repo: "kubernetes",
Name: "kubectl",
Version: "v1.24.2",
Version: "v1.29.2",
Description: "Run commands against Kubernetes clusters",
URLTemplate: `{{$arch := "arm"}}
Expand Down

0 comments on commit 2b41f45

Please sign in to comment.