Bump weave version to 2.2.0

Follow-on to #4413
This commit is contained in:
Justin Santa Barbara 2018-02-11 12:35:56 -05:00
parent a9fb0d8004
commit 5eadcbcfea
2 changed files with 5 additions and 5 deletions

View File

@ -388,8 +388,8 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if b.cluster.Spec.Networking.Weave != nil {
key := "networking.weave"
// 2.1.3-kops.2 = 2.1.3, kops packaging version 2.
version := "2.1.3-kops.2"
// 2.2.0-kops.2 = 2.2.0, kops packaging version 1.
version := "2.2.0-kops.1"
{
location := key + "/pre-k8s-1.6.yaml"

View File

@ -69,18 +69,18 @@ spec:
name: networking.weave
selector:
role.kubernetes.io/networking: "1"
version: 2.1.3-kops.2
version: 2.2.0-kops.1
- id: k8s-1.6
kubernetesVersion: '>=1.6.0 <1.7.0'
manifest: networking.weave/k8s-1.6.yaml
name: networking.weave
selector:
role.kubernetes.io/networking: "1"
version: 2.1.3-kops.2
version: 2.2.0-kops.1
- id: k8s-1.7
kubernetesVersion: '>=1.7.0'
manifest: networking.weave/k8s-1.7.yaml
name: networking.weave
selector:
role.kubernetes.io/networking: "1"
version: 2.1.3-kops.2
version: 2.2.0-kops.1