mirror of https://github.com/kubernetes/kops.git
Update bootstrap calico versions
This commit is contained in:
parent
93fb66c223
commit
c78336fa99
|
@ -476,8 +476,8 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
key := "networking.projectcalico.org"
|
||||
versions := map[string]string{
|
||||
"pre-k8s-1.6": "2.4.1",
|
||||
"k8s-1.6": "2.6.2",
|
||||
"k8s-1.7": "2.6.2",
|
||||
"k8s-1.6": "2.6.6",
|
||||
"k8s-1.7": "2.6.6",
|
||||
}
|
||||
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue