Skip to content
This repository has been archived by the owner on Sep 30, 2020. It is now read-only.

Commit

Permalink
Merge pull request #282 from heschlie/calico-2.0.1
Browse files Browse the repository at this point in the history
Updating Calico images to Calico 2.0.2
  • Loading branch information
mumoshu authored Feb 6, 2017
2 parents 9c77168 + 352c8b0 commit 347cfcc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions config/templates/cloud-config-controller
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ write_files:
hostNetwork: true
containers:
- name: calico-node
image: quay.io/calico/node:v1.0.0
image: quay.io/calico/node:v1.0.2
env:
- name: ETCD_ENDPOINTS
valueFrom:
Expand Down Expand Up @@ -518,7 +518,7 @@ write_files:
name: dns
readOnly: true
- name: install-cni
image: calico/cni:v1.5.5
image: quay.io/calico/cni:v1.5.6
imagePullPolicy: Always
command: ["/install-cni.sh"]
env:
Expand Down Expand Up @@ -588,7 +588,7 @@ write_files:
hostNetwork: true
containers:
- name: calico-policy-controller
image: calico/kube-policy-controller:v0.5.2
image: quay.io/calico/kube-policy-controller:v0.5.2
env:
- name: ETCD_ENDPOINTS
valueFrom:
Expand Down

0 comments on commit 347cfcc

Please sign in to comment.