File tree 2 files changed +3
-3
lines changed
cluster/addons/calico-policy-controller
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 29
29
# container programs network policy and routes on each
30
30
# host.
31
31
- name : calico-node
32
- image : calico/ node:v2.5.1
32
+ image : gcr.io/projectcalico-org/ node:v2.6.6
33
33
env :
34
34
- name : CALICO_DISABLE_FILE_LOGGING
35
35
value : " true"
83
83
# This container installs the Calico CNI binaries
84
84
# and CNI network config file on each node.
85
85
- name : install-cni
86
- image : calico/ cni:v1.10.0
86
+ image : gcr.io/projectcalico-org/ cni:v1.11.2
87
87
command : ["/install-cni.sh"]
88
88
env :
89
89
- name : CNI_CONF_NAME
Original file line number Diff line number Diff line change 22
22
hostNetwork : true
23
23
serviceAccountName : calico
24
24
containers :
25
- - image : calico/ typha:v0.4.1
25
+ - image : gcr.io/projectcalico-org/ typha:v0.5.5
26
26
name : calico-typha
27
27
ports :
28
28
- containerPort : 5473
You can’t perform that action at this time.
0 commit comments