We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fd1a27 commit 80b5f55Copy full SHA for 80b5f55
pkg/versions/versions.go
@@ -92,7 +92,7 @@ func RancherVersion(rancherVersion string) (string, error) {
92
return cached, nil
93
}
94
95
- 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)
96
if !isURL {
97
return versionOrURL, nil
98
0 commit comments