1
0
mirror of https://github.com/rancher/types.git synced 2025-09-25 12:21:24 +00:00

Change v2.2 k8s version to v1.14.10-rancher1-0

This commit is contained in:
Sebastiaan van Steenis
2020-04-08 01:13:30 +02:00
committed by Denise
parent 64528d305a
commit 56575baf30

View File

@@ -28,7 +28,7 @@ var (
// Account for the fact that rke-tools image is different cross branches, and it requires using
// different k8s version tag
"v1.13.12-rancher1-1",
"v1.14.10-rancher1-1",
"v1.14.10-rancher1-0",
"v1.15.11-rancher1-0",
}
@@ -1541,7 +1541,7 @@ var (
CoreDNSAutoscaler: m("gcr.io/google_containers/cluster-proportional-autoscaler:1.3.0"),
},
// Enabled in Rancher v2.2.11
"v1.14.10-rancher1-1": {
"v1.14.10-rancher1-0": {
Etcd: m("quay.io/coreos/etcd:v3.3.10-rancher1"),
Kubernetes: m("rancher/hyperkube:v1.14.10-rancher1"),
Alpine: m("rancher/rke-tools:v0.1.50"),