mirror of https://github.com/kubernetes/kops.git
bumping weave version
This commit is contained in:
parent
a5b3587df6
commit
1bbbe0b71d
|
|
@ -23,7 +23,7 @@ spec:
|
||||||
hostPID: true
|
hostPID: true
|
||||||
containers:
|
containers:
|
||||||
- name: weave
|
- name: weave
|
||||||
image: weaveworks/weave-kube:1.8.0
|
image: weaveworks/weave-kube:1.8.1
|
||||||
command:
|
command:
|
||||||
- /home/weave/launch.sh
|
- /home/weave/launch.sh
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
|
|
@ -47,7 +47,7 @@ spec:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
- name: weave-npc
|
- name: weave-npc
|
||||||
image: weaveworks/weave-npc:1.8.0
|
image: weaveworks/weave-npc:1.8.1
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
cpu: 10m
|
cpu: 10m
|
||||||
|
|
@ -114,7 +114,7 @@ func (b *BootstrapChannelBuilder) buildManifest() (*channelsapi.Addons, map[stri
|
||||||
|
|
||||||
if b.cluster.Spec.Networking.Weave != nil {
|
if b.cluster.Spec.Networking.Weave != nil {
|
||||||
key := "networking.weave"
|
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)?
|
// TODO: Create configuration object for cni providers (maybe create it but orphan it)?
|
||||||
location := key + "/v" + version + ".yaml"
|
location := key + "/v" + version + ".yaml"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue