1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-03 07:54:14 +00:00

update kdm

This commit is contained in:
Kinara Shah
2021-12-03 10:18:36 -08:00
parent 397ffdbb81
commit 9f0325d876
3 changed files with 574 additions and 12 deletions

View File

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