bumping weave version

This commit is contained in:
chrislovecnm 2016-11-30 22:06:12 -07:00
parent a5b3587df6
commit 1bbbe0b71d
2 changed files with 3 additions and 3 deletions

View File

@ -23,7 +23,7 @@ spec:
hostPID: true
containers:
- name: weave
image: weaveworks/weave-kube:1.8.0
image: weaveworks/weave-kube:1.8.1
command:
- /home/weave/launch.sh
livenessProbe:
@ -47,7 +47,7 @@ spec:
requests:
cpu: 10m
- name: weave-npc
image: weaveworks/weave-npc:1.8.0
image: weaveworks/weave-npc:1.8.1
resources:
requests:
cpu: 10m

View File

@ -114,7 +114,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
if b.cluster.Spec.Networking.Weave != nil {
key := "networking.weave"
version := "1.8.0.20161116"
version := "1.8.1.20161130"
// TODO: Create configuration object for cni providers (maybe create it but orphan it)?
location := key + "/v" + version + ".yaml"