From 483f3324d67fb59e8e9e53ece22d1c3b2a32f7dd Mon Sep 17 00:00:00 2001 From: =?utf8?q?Konrad=20Ba=C5=84ka?= Date: Thu, 15 Apr 2021 00:27:49 +0200 Subject: [PATCH] Update k8splugin snapshot image for Honolulu MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit This change is specific to Honolulu branch and shouldn't be provided on master. Updated image tag to 0.8.2-SNAPSHOT Issue-ID: MULTICLOUD-1294 Signed-off-by: Konrad Bańka Change-Id: If3be676d418aef55d2e536ab9cdf49a9df87f40c --- deployments/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployments/build.sh b/deployments/build.sh index 1b00b074..40fedff6 100755 --- a/deployments/build.sh +++ b/deployments/build.sh @@ -13,7 +13,7 @@ set -o pipefail k8s_path="$(git rev-parse --show-toplevel)" -VERSION="0.8.1-SNAPSHOT" +VERSION="0.8.2-SNAPSHOT" export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s" function _compile_src { -- 2.16.6