Skip to content
Snippets Groups Projects
Commit 1c12c191 authored by Wong Hoi Sing Edison's avatar Wong Hoi Sing Edison Committed by Kubernetes Prow Robot
Browse files

weave: Upgrade to 2.5.1 (#4248)

Upstream Changes:

  - weave 2.5.1 (https://github.com/weaveworks/weave/releases/tag/v2.5.1)

Our Changes:

  - Sync templates with upstream changes
parent 58dc6410
No related branches found
No related tags found
No related merge requests found
...@@ -124,7 +124,7 @@ Supported Components ...@@ -124,7 +124,7 @@ Supported Components
- [flanneld](https://github.com/coreos/flannel) v0.11.0 - [flanneld](https://github.com/coreos/flannel) v0.11.0
- [kube-router](https://github.com/cloudnativelabs/kube-router) v0.2.1 - [kube-router](https://github.com/cloudnativelabs/kube-router) v0.2.1
- [multus](https://github.com/intel/multus-cni) v3.1.autoconf - [multus](https://github.com/intel/multus-cni) v3.1.autoconf
- [weave](https://github.com/weaveworks/weave) v2.5.0 - [weave](https://github.com/weaveworks/weave) v2.5.1
- Application - Application
- [cephfs-provisioner](https://github.com/kubernetes-incubator/external-storage) v2.1.0-k8s1.11 - [cephfs-provisioner](https://github.com/kubernetes-incubator/external-storage) v2.1.0-k8s1.11
- [cert-manager](https://github.com/jetstack/cert-manager) v0.5.2 - [cert-manager](https://github.com/jetstack/cert-manager) v0.5.2
......
...@@ -55,7 +55,7 @@ flannel_cni_version: "v0.3.0" ...@@ -55,7 +55,7 @@ flannel_cni_version: "v0.3.0"
cni_version: "v0.6.0" cni_version: "v0.6.0"
weave_version: 2.5.0 weave_version: 2.5.1
pod_infra_version: 3.1 pod_infra_version: 3.1
contiv_version: 1.2.1 contiv_version: 1.2.1
cilium_version: "v1.3.0" cilium_version: "v1.3.0"
......
...@@ -222,7 +222,8 @@ items: ...@@ -222,7 +222,8 @@ items:
seLinuxOptions: {} seLinuxOptions: {}
serviceAccountName: weave-net serviceAccountName: weave-net
tolerations: tolerations:
- operator: Exists - effect: NoSchedule
operator: Exists
# Mark pod as critical for rescheduling (Will have no effect starting with kubernetes 1.12) # Mark pod as critical for rescheduling (Will have no effect starting with kubernetes 1.12)
- key: CriticalAddonsOnly - key: CriticalAddonsOnly
operator: "Exists" operator: "Exists"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment