Update k8splugin for H release 17/118417/1
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Wed, 24 Feb 2021 17:17:00 +0000 (18:17 +0100)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Wed, 24 Feb 2021 17:17:00 +0000 (18:17 +0100)
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 <lukasz.rajewski@orange.com>
Change-Id: I0216c83ad9ffaa2cd11236b4462d01eed84b0764

deployments/build.sh

index a6d2458..d230365 100755 (executable)
@@ -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 {