1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-12 14:48:58 +00:00

Vendor September patch KDM data

Signed-off-by: Chirayu Kapoor <chirayu.kapoor@suse.com>
This commit is contained in:
Chirayu Kapoor 2023-09-27 19:28:22 +05:30
parent 377079d0b1
commit c2b78f4473
No known key found for this signature in database
GPG Key ID: 07B117F85E8A4206

View File

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