Introduce calico_upgrade_url var for Calico upgrade tool.

So that binary can be sourced from anywhere - not only github.
This commit is contained in:
Douglas Hellinger
2019-01-23 16:15:10 +08:00
parent 5708914699
commit 4479cc48fe
2 changed files with 2 additions and 1 deletions

View File

@@ -43,6 +43,7 @@ calico_felix_prometheusprocessmetricsenabled: "true"
### check latest version https://github.com/projectcalico/calico-upgrade/releases
calico_upgrade_enabled: true
calico_upgrade_version: v1.0.5
calico_upgrade_url: "https://github.com/projectcalico/calico-upgrade/releases/download/{{ calico_upgrade_version }}/calico-upgrade"
# Set the agent log level. Can be debug, warning, info or fatal
calico_loglevel: info