Download yq from private artifactory

Related-Prod: PRODX-31511
Change-Id: I22f9b2899d77bccb437726f790fbf0ac10bffb13
diff --git a/de/heat-templates/scripts/instance_boot.sh b/de/heat-templates/scripts/instance_boot.sh
index 9ed6b96..3f92e8b 100644
--- a/de/heat-templates/scripts/instance_boot.sh
+++ b/de/heat-templates/scripts/instance_boot.sh
@@ -223,7 +223,7 @@
         apt update
         export DEBIAN_FRONTEND=noninteractive; apt install -y $pkg_list
         # Since version 4 yq uses another syntax
-        curl --retry 6 --retry-delay 5 -L https://github.com/mikefarah/yq/releases/download/3.3.2/yq_linux_amd64 -o /usr/bin/yq
+        curl --retry 6 --retry-delay 5 -L ${BINARY_BASE_URL}/openstack/bin/utils/yq/yq-v3.3.2 -o /usr/bin/yq
         chmod +x /usr/bin/yq
     }
     retry 10 "Failed to install required packages" install_retry