Update k8splugin for G release 88/113688/1 0.7.0
authorEric Multanen <eric.w.multanen@intel.com>
Thu, 8 Oct 2020 20:50:55 +0000 (13:50 -0700)
committerEric Multanen <eric.w.multanen@intel.com>
Thu, 8 Oct 2020 20:52:44 +0000 (13:52 -0700)
Update image version of k8splugin to 0.7.0-SNAPSHOT
This will be then be used to create the release image

Issue-ID: MULTICLOUD-1213
Signed-off-by: Eric Multanen <eric.w.multanen@intel.com>
Change-Id: Ice57a61bc98397a2bbb5c313452459b02ec86139

deployments/build.sh

index 2304b12..a6d2458 100755 (executable)
@@ -13,7 +13,7 @@ set -o pipefail
 
 k8s_path="$(git rev-parse --show-toplevel)"
 
-VERSION="0.6.0-SNAPSHOT"
+VERSION="0.7.0-SNAPSHOT"
 export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
 
 function _compile_src {