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
This commit is contained in:
Wong Hoi Sing Edison
2019-02-26 12:02:00 +08:00
committed by Kubernetes Prow Robot
parent 58dc641001
commit 1c12c19150
3 changed files with 4 additions and 3 deletions

View File

@@ -222,7 +222,8 @@ items:
seLinuxOptions: {}
serviceAccountName: weave-net
tolerations:
- operator: Exists
- effect: NoSchedule
operator: Exists
# Mark pod as critical for rescheduling (Will have no effect starting with kubernetes 1.12)
- key: CriticalAddonsOnly
operator: "Exists"