From 13d037dc119ddf16506dd7311afa00477aea63b4 Mon Sep 17 00:00:00 2001 From: "Yunkon (Alvin) Kim" Date: Tue, 5 Jul 2022 17:14:45 +0900 Subject: [PATCH] Change the tag version on the cb-network agent download script --- poc-cb-net/scripts/deploy-the-released-cb-network-agent.sh | 2 +- poc-cb-net/scripts/redeploy-the-released-cb-network-agent.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/poc-cb-net/scripts/deploy-the-released-cb-network-agent.sh b/poc-cb-net/scripts/deploy-the-released-cb-network-agent.sh index 39601f1..321e32a 100644 --- a/poc-cb-net/scripts/deploy-the-released-cb-network-agent.sh +++ b/poc-cb-net/scripts/deploy-the-released-cb-network-agent.sh @@ -26,7 +26,7 @@ cd ~/cb-network-agent # Get the execution file of the cb-network agent -wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.14/agent-v0.0.14 -O agent +wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.15/agent-v0.0.15 -O agent ls -al agent # Change mode diff --git a/poc-cb-net/scripts/redeploy-the-released-cb-network-agent.sh b/poc-cb-net/scripts/redeploy-the-released-cb-network-agent.sh index fc85b94..258cd9b 100644 --- a/poc-cb-net/scripts/redeploy-the-released-cb-network-agent.sh +++ b/poc-cb-net/scripts/redeploy-the-released-cb-network-agent.sh @@ -37,7 +37,7 @@ cd ~/cb-network-agent # Get the execution file of the cb-network agent -wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.14/agent-v0.0.14 -O agent +wget -q --no-cache https://github.com/cloud-barista/cb-larva/releases/download/v0.0.15/agent-v0.0.15 -O agent ls -al agent # Change mode