Skip to content

Commit

Permalink
update calico to 2.6.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jmgao1983 committed Feb 25, 2018
1 parent 6d3e202 commit cd9d700
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions roles/calico/templates/calico.yaml.j2
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Calico Version v2.6.5
# https://docs.projectcalico.org/v2.6/releases#v2.6.5
# Calico Version v2.6.7
# https://docs.projectcalico.org/v2.6/releases#v2.6.7
# This manifest includes the following component versions:
# calico/node:v2.6.5
# calico/node:v2.6.7
# calico/cni:v1.11.2
# calico/kube-controllers:v1.0.2
# calico/kube-controllers:v1.0.3

# This ConfigMap is used to configure a self-hosted Calico installation.
kind: ConfigMap
Expand Down Expand Up @@ -82,8 +82,8 @@ spec:
# container programs network policy and routes on each
# host.
- name: calico-node
#image: quay.io/calico/node:v2.6.5
image: calico/node:v2.6.5
#image: quay.io/calico/node:v2.6.7
image: calico/node:v2.6.7
env:
# The location of the Calico etcd cluster.
- name: ETCD_ENDPOINTS
Expand Down Expand Up @@ -259,8 +259,8 @@ spec:
serviceAccountName: calico-kube-controllers
containers:
- name: calico-kube-controllers
#image: quay.io/calico/kube-controllers:v1.0.2
image: calico/kube-controllers:v1.0.2
#image: quay.io/calico/kube-controllers:v1.0.3
image: calico/kube-controllers:v1.0.3
env:
# The location of the Calico etcd cluster.
- name: ETCD_ENDPOINTS
Expand Down

0 comments on commit cd9d700

Please sign in to comment.