Skip to content

Commit

Permalink
Merge pull request #2596 from mad01/calico-version-1.2.1
Browse files Browse the repository at this point in the history
update to latest release of calico
  • Loading branch information
chrislovecnm authored May 18, 2017
2 parents 25a6ec3 + 9a1083e commit 251eed3
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
image: calico/node:v1.1.3
image: calico/node:v1.2.1
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -122,7 +122,7 @@ spec:
# This container installs the Calico CNI binaries
# and CNI network config file on each node.
- name: install-cni
image: calico/cni:v1.8.0
image: calico/cni:v1.8.3
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -198,7 +198,7 @@ spec:
operator: Exists
containers:
- name: calico-policy-controller
image: calico/kube-policy-controller:v0.5.4
image: calico/kube-policy-controller:v0.6.0
resources:
requests:
cpu: 10m
Expand Down Expand Up @@ -249,7 +249,7 @@ spec:
containers:
# Writes basic configuration to datastore.
- name: configure-calico
image: calico/ctl:v1.1.3
image: calico/ctl:v1.2.1
args:
- apply
- -f
Expand Down

0 comments on commit 251eed3

Please sign in to comment.