Update calico manifest version

This commit is contained in:
Justin Santa Barbara 2017-02-11 11:25:00 -05:00
parent c0c8471047
commit 8c7d683698
2 changed files with 1 additions and 1 deletions

View File

@ -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"