Skip to content

Commit 80b5f55

Browse files
Switch to Rancher stable by default
1 parent 5fd1a27 commit 80b5f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/versions/versions.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ func RancherVersion(rancherVersion string) (string, error) {
9292
return cached, nil
9393
}
9494

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

0 commit comments

Comments
 (0)