1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-15 16:11:38 +00:00

Merge pull request #3478 from kinarashah/v1413

[v1.4] update kdm branch
This commit is contained in:
Kinara Shah 2024-01-22 15:11:06 -08:00 committed by GitHub
commit b407d18f1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
)