Merge pull request #1857 from justinsb/calico_version_bump

Update calico manifest version
This commit is contained in:
Chris Love 2017-02-14 11:06:42 -07:00 committed by GitHub
commit 069a917b78
2 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,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"