1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-18 08:06:20 +00:00

switch to release-v2.7

This commit is contained in:
Harrison Affel
2023-09-19 16:10:47 -04:00
parent af733edf8d
commit 78435cbd75

View File

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