Skip to content

Commit

Permalink
Switch to Rancher stable by default
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuildthecloud committed Nov 30, 2021
1 parent 5fd1a27 commit 80b5f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/versions/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ func RancherVersion(rancherVersion string) (string, error) {
return cached, nil
}

versionOrURL, isURL := getVersionOrURL("https://releases.rancher.com/server-charts/%s/index.yaml", "latest", rancherVersion)
versionOrURL, isURL := getVersionOrURL("https://releases.rancher.com/server-charts/%s/index.yaml", "stable", rancherVersion)
if !isURL {
return versionOrURL, nil
}
Expand Down

0 comments on commit 80b5f55

Please sign in to comment.