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

August k8s patch update

This commit is contained in:
mitulshah-suse
2022-08-26 14:16:40 +05:30
parent 96aba7f8a3
commit e4991f43ca
3 changed files with 602 additions and 5 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/data.json"
dataFile = "data/data.json"
)