parent
e83010b739
commit
256a4e1f29
3 changed files with 3 additions and 3 deletions
|
@ -7,7 +7,7 @@ download_run_once: False
|
|||
# Versions
|
||||
include_vars: kube_versions.yml
|
||||
|
||||
etcd_version: v3.0.1
|
||||
etcd_version: v3.0.6
|
||||
#TODO(mattymo): Move calico versions to roles/network_plugins/calico/defaults
|
||||
# after migration to container download
|
||||
calico_version: v0.20.0
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
---
|
||||
etcd_version: v3.0.1
|
||||
etcd_version: v3.0.6
|
||||
etcd_bin_dir: "{{ local_release_dir }}/etcd/etcd-{{ etcd_version }}-linux-amd64/"
|
||||
|
||||
# Possible values: host, docker
|
||||
|
|
|
@ -4,7 +4,7 @@ local_release_dir: /tmp
|
|||
# Versions
|
||||
include_vars: kube_versions.yml
|
||||
|
||||
etcd_version: v3.0.1
|
||||
etcd_version: v3.0.6
|
||||
calico_version: v0.20.0
|
||||
calico_cni_version: v1.3.1
|
||||
weave_version: v1.6.1
|
||||
|
|
Loading…
Reference in a new issue