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

Commit 347cfcc

Browse files
authored
Merge pull request #282 from heschlie/calico-2.0.1
Updating Calico images to Calico 2.0.2
2 parents 9c77168 + 352c8b0 commit 347cfcc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

config/templates/cloud-config-controller

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -475,7 +475,7 @@ write_files:
475475
hostNetwork: true
476476
containers:
477477
- name: calico-node
478-
image: quay.io/calico/node:v1.0.0
478+
image: quay.io/calico/node:v1.0.2
479479
env:
480480
- name: ETCD_ENDPOINTS
481481
valueFrom:
@@ -518,7 +518,7 @@ write_files:
518518
name: dns
519519
readOnly: true
520520
- name: install-cni
521-
image: calico/cni:v1.5.5
521+
image: quay.io/calico/cni:v1.5.6
522522
imagePullPolicy: Always
523523
command: ["/install-cni.sh"]
524524
env:
@@ -588,7 +588,7 @@ write_files:
588588
hostNetwork: true
589589
containers:
590590
- name: calico-policy-controller
591-
image: calico/kube-policy-controller:v0.5.2
591+
image: quay.io/calico/kube-policy-controller:v0.5.2
592592
env:
593593
- name: ETCD_ENDPOINTS
594594
valueFrom:

0 commit comments

Comments
 (0)