Skip to content

Commit

Permalink
fix: use dl.k8s.io, not kubernetes-release bucket (kubernetes-sigs#10118
Browse files Browse the repository at this point in the history
)

Signed-off-by: Ricky Sadowski <[email protected]>
  • Loading branch information
rjsadow authored and pedromcpedro committed May 8, 2024
1 parent 611ee32 commit f0b80d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/download_hash.sh
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,8 @@ function _get_checksum {
readonly github_releases_url="$github_url/%s/releases/download/$version/%s"
readonly github_archive_url="$github_url/%s/archive/%s"
readonly google_url="https://storage.googleapis.com"
readonly k8s_url="$google_url/kubernetes-release/release/$version/bin/$os/$arch/%s"
readonly release_url="https://dl.k8s.io"
readonly k8s_url="$release_url/release/$version/bin/$os/$arch/%s"

# Download URLs
declare -A urls=(
Expand Down

0 comments on commit f0b80d9

Please sign in to comment.