mirror of https://github.com/kubernetes/kops.git
Update calico manifest version
This commit is contained in:
parent
c0c8471047
commit
8c7d683698
|
|
@ -192,7 +192,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
|
||||
if b.cluster.Spec.Networking.Calico != nil {
|
||||
key := "networking.projectcalico.org"
|
||||
version := "2.0"
|
||||
version := "2.0.2"
|
||||
|
||||
// TODO: Create configuration object for cni providers (maybe create it but orphan it)?
|
||||
location := key + "/v" + version + ".yaml"
|
||||
|
|
|
|||
Loading…
Reference in New Issue