Skip to content
Snippets Groups Projects
Commit 948d9bda authored by Matthew Mosesohn's avatar Matthew Mosesohn Committed by GitHub
Browse files

Merge pull request #1019 from mattymo/issue1011

Update calico to v1.0.2
parents b7258ec3 ec567bd5
No related branches found
No related tags found
No related merge requests found
......@@ -21,8 +21,9 @@ download_always_pull: False
etcd_version: v3.0.6
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
# after migration to container download
calico_version: "v1.0.0"
calico_cni_version: "v1.5.5"
calico_version: "v1.0.2"
calico_cni_version: "v1.5.6"
calico_policy_version: "v0.5.2"
weave_version: 1.8.2
flannel_version: v0.6.2
pod_infra_version: 3.0
......@@ -47,7 +48,7 @@ calico_node_image_tag: "{{ calico_version }}"
calico_cni_image_repo: "calico/cni"
calico_cni_image_tag: "{{ calico_cni_version }}"
calico_policy_image_repo: "calico/kube-policy-controller"
calico_policy_image_tag: "v0.5.1"
calico_policy_image_tag: "{{ calico_policy_version }}"
# TODO(adidenko): switch to "calico/routereflector" when
# https://github.com/projectcalico/calico-bird/pull/27 is merged
calico_rr_image_repo: "quay.io/l23network/routereflector"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment