1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-25 06:33:56 +00:00

switch KDM to the dev branch after the release is done

This commit is contained in:
Jiaqi Luo
2024-10-21 15:24:28 -07:00
parent 71ec26fe74
commit c3941ecc70

View File

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