1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-05 00:40:10 +00:00

switch to release-v2.6

This commit is contained in:
Harrison Affel
2022-08-30 17:53:31 -04:00
parent e35fdfb521
commit d3fb4d1a51

View File

@@ -10,7 +10,7 @@ import (
)
const (
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/dev-v2.6/data.json"
defaultURL = "https://releases.rancher.com/kontainer-driver-metadata/release-v2.6/data.json"
dataFile = "data/data.json"
)