Skip to content

Commit

Permalink
Fix flannel version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikesplain committed Nov 28, 2017
1 parent 5abeb5c commit 79015d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion upup/pkg/fi/cloudup/bootstrapchannelbuilder.go
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri

if b.cluster.Spec.Networking.Flannel != nil {
key := "networking.flannel"
version := "0.9.0-kops.1"
version := "0.9.1-kops.1"

{
location := key + "/pre-k8s-1.6.yaml"
Expand Down

0 comments on commit 79015d8

Please sign in to comment.