mirror of https://github.com/kubernetes/kops.git
Prefer Semantic Versioning
See: * http://semver.org * https://github.com/kubernetes/kops/issues/1081
This commit is contained in:
parent
267c0ca451
commit
66f430c71e
|
@ -116,7 +116,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
|||
|
||||
if b.cluster.Spec.Networking.Weave != nil {
|
||||
key := "networking.weave"
|
||||
version := "1.8.2.20161223"
|
||||
version := "1.8.2"
|
||||
|
||||
// TODO: Create configuration object for cni providers (maybe create it but orphan it)?
|
||||
location := key + "/v" + version + ".yaml"
|
||||
|
|
Loading…
Reference in New Issue