1
0
mirror of https://github.com/rancher/rke.git synced 2025-09-02 23:44:32 +00:00

update kdm to dev-v2.9

This commit is contained in:
Kinara Shah
2024-04-17 10:35:39 -07:00
parent 9632a7c7bf
commit 7c7d80cbf8
4 changed files with 37 additions and 37 deletions

View File

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