Move containerd_version to defaults/main.yml (#8379) (#8513)

All container image versions were defined in download/defaults/main.yml
except containerd.
The inconsistency caused the offline script(generate_list.sh) could not
output the URL of containerd image.
This moves the definition into a valid file.
In addition, this adds host_os to generate_list.sh for downloading
krew from a valid URL.
This commit is contained in:
Kenichi Omichi
2022-02-13 09:55:50 -08:00
committed by GitHub
parent d1609e3111
commit c4a2745523
3 changed files with 5 additions and 4 deletions

View File

@@ -21,6 +21,7 @@ arch=${ARCH}
image_arch=${IMAGE_ARCH}
ansible_system=${ANSIBLE_SYSTEM}
ansible_architecture=${ANSIBLE_ARCHITECTURE}
host_os=${ANSIBLE_SYSTEM}
EOF
# generate all component version by $DOWNLOAD_YML