Update image version of k8splugin 79/95079/1
authorKiran Kamineni <kiran.k.kamineni@intel.com>
Thu, 5 Sep 2019 18:37:20 +0000 (11:37 -0700)
committerKiran Kamineni <kiran.k.kamineni@intel.com>
Thu, 5 Sep 2019 18:37:27 +0000 (11:37 -0700)
Update image version of k8splugin to 0.5.0-SNAPSHOT
This will be then be used to create the release image

Issue-ID: MULTICLOUD-666
Change-Id: I8d756a0385762f3ae6944f97e555a02ccadfdd2f
Signed-off-by: Kiran Kamineni <kiran.k.kamineni@intel.com>
deployments/build.sh

index 08a1eb9..41ea394 100755 (executable)
@@ -13,7 +13,7 @@ set -o pipefail
 
 k8s_path="$(git rev-parse --show-toplevel)"
 
-VERSION="0.1.0-SNAPSHOT"
+VERSION="0.5.0-SNAPSHOT"
 export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
 
 function _compile_src {