Skip to content

Commit

Permalink
Fix kubectl download URL in install script
Browse files Browse the repository at this point in the history
Signed-off-by: Shinnosuke Sawada-Dazai <[email protected]>
  • Loading branch information
Warashi committed Dec 11, 2024
1 parent e276b89 commit 84df237
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/app/pipedv1/plugin/kubernetes/toolregistry/scripts.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package toolregistry

const kubectlInstallScript = `
cd {{ .TmpDir }}
curl -LO https://storage.googleapis.com/kubernetes-release/release/v{{ .Version }}/bin/{{ .Os }}/{{ .Arch }}/kubectl
curl -LO https://dl.k8s.io/release/v{{ .Version }}/bin/{{ .Os }}/{{ .Arch }}/kubectl
mv kubectl {{ .OutPath }}
`

Expand Down

0 comments on commit 84df237

Please sign in to comment.