#!/usr/bin/env
source $(dirname $0)/../.vars.conf
source $(dirname $0)/../.hosts.conf


bash registry-2.8.3.bin ${image_hub_port}

ansible k8s -m shell -a "systemctl disable firewalld --now"
for pkg in helm-v3.11.3.bin skopeo-1.13.3.bin chartmuseum-v0.16.2.bin
do
    bash ../files/${pkg}
done
