From: Lukasz Rajewski Date: Wed, 24 Feb 2021 17:17:00 +0000 (+0100) Subject: Update k8splugin for H release X-Git-Tag: 0.8.0~1^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=47204fa4af9fa03a313dc1be4fdb3132f6f14257;p=multicloud%2Fk8s.git Update k8splugin for H release Update image version of k8splugin to 0.8.0-SNAPSHOT This will be then be used to create the release image Issue-ID: MULTICLOUD-1294 Signed-off-by: Lukasz Rajewski Change-Id: I0216c83ad9ffaa2cd11236b4462d01eed84b0764 --- diff --git a/deployments/build.sh b/deployments/build.sh index a6d24586..d2303654 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.7.0-SNAPSHOT" +VERSION="0.8.0-SNAPSHOT" export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s" function _compile_src {