mirror of https://github.com/kubernetes/kops.git
Update flannel version in bootstrapchannelbuilder
A follow on to #6660 - we need to update the manifest also.
This commit is contained in:
parent
db6b29ba10
commit
be772f23cf
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue