Update flannel version in bootstrapchannelbuilder

A follow on to #6660 - we need to update the manifest also.
This commit is contained in:
Justin SB 2019-03-25 11:16:46 -04:00
parent db6b29ba10
commit be772f23cf
No known key found for this signature in database
GPG Key ID: 8DEC5C8217494E37
1 changed files with 1 additions and 1 deletions

View File

@ -755,7 +755,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if b.cluster.Spec.Networking.Flannel != nil {
key := "networking.flannel"
version := "0.10.0-kops.1"
version := "0.11.0-kops.1"
{
location := key + "/pre-k8s-1.6.yaml"