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

update kdm for 1.22

This commit is contained in:
Kinara Shah
2021-11-15 09:48:03 -08:00
parent 1ae89e56c3
commit b07305df55
3 changed files with 136 additions and 7 deletions

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-1.22/data.json"
dataFile = "data/data.json"
)