1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-04 08:24:28 +00:00

switch the KDM URL back to dev-v2.6

This commit is contained in:
Jiaqi Luo
2022-06-28 18:01:05 -07:00
parent 9b7a148790
commit 3ce504d0df

View File

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