Merge "Add calico_node_image_tag usage in k8s settings"

This commit is contained in:
Jenkins 2016-10-25 13:54:32 +00:00 committed by Gerrit Code Review
commit 3be04d12ce
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,7 @@ DEFAULT_CUSTOM_YAML = {
CALICO = {
"calico_node_image_repo": os.environ.get('CALICO_NODE_IMAGE_REPO'),
"calico_node_image_tag": os.environ.get('CALICO_NODE_IMAGE_TAG'),
"calicoctl_image_repo": os.environ.get('CALICOCTL_IMAGE_REPO'),
"calico_version": os.environ.get('CALICO_VERSION'),
"calico_cni_download_url": os.environ.get('CALICO_CNI_DOWNLOAD_URL'),