Skip to content

Commit

Permalink
Merge pull request kubernetes#5845 from bboreham/weave-241
Browse files Browse the repository at this point in the history
Update Weave Net to version 2.4.1
  • Loading branch information
k8s-ci-robot authored Oct 9, 2018
2 parents 0c46432 + e940e5d commit cd3de8e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ spec:
name: weave-net
key: network-password
{{- end }}
image: 'weaveworks/weave-kube:2.4.0'
image: 'weaveworks/weave-kube:2.4.1'
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down Expand Up @@ -193,7 +193,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'weaveworks/weave-npc:2.4.0'
image: 'weaveworks/weave-npc:2.4.1'
resources:
requests:
cpu: 50m
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ spec:
name: weave-net
key: network-password
{{- end }}
image: 'weaveworks/weave-kube:2.4.0'
image: 'weaveworks/weave-kube:2.4.1'
livenessProbe:
httpGet:
host: 127.0.0.1
Expand Down Expand Up @@ -197,7 +197,7 @@ spec:
fieldRef:
apiVersion: v1
fieldPath: spec.nodeName
image: 'weaveworks/weave-npc:2.4.0'
image: 'weaveworks/weave-npc:2.4.1'
resources:
requests:
cpu: 50m
Expand Down

0 comments on commit cd3de8e

Please sign in to comment.