Skip to content

Commit

Permalink
Merge pull request #924 from koksay/stable-release-url-change
Browse files Browse the repository at this point in the history
Update stable.txt url
  • Loading branch information
k8s-ci-robot authored Dec 12, 2024
2 parents cfd38dd + 7d75a16 commit 49c23bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/update-kubernetes-release-version/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import (
)

var (
stableVersionURL string = "https://storage.googleapis.com/kubernetes-release/release/stable.txt"
stableVersionURL string = "https://dl.k8s.io/release/stable.txt"
kubernetesGitHubTagURL string = "https://api.github.com/repos/kubernetes/kubernetes/releases/tags"
)

Expand Down

0 comments on commit 49c23bd

Please sign in to comment.