1
0
mirror of https://github.com/rancher/rke.git synced 2025-08-02 07:43:04 +00:00

Merge pull request #3064 from jiaqiluo/bump-default-version

This commit is contained in:
Jiaqi Luo 2022-10-17 09:32:14 -07:00 committed by GitHub
commit 65a74f5e51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ func readFile(file string) ([]byte, error) {
return ioutil.ReadFile(file)
}
const RKEVersionDev = "v1.3.99"
const RKEVersionDev = "v1.4.99"
func initAddonTemplates(data kdm.Data) {
K8sVersionToTemplates = data.K8sVersionedTemplates