Update image version of k8splugin 94/104894/1
authorRitu Sood <ritu.sood@intel.com>
Wed, 1 Apr 2020 23:56:21 +0000 (16:56 -0700)
committerRitu Sood <ritu.sood@intel.com>
Wed, 1 Apr 2020 23:56:21 +0000 (16:56 -0700)
Update image version of k8splugin to 0.6.0-SNAPSHOT

Issue-ID: MULTICLOUD-870
Signed-off-by: Ritu Sood <ritu.sood@intel.com>
Change-Id: I7e21d35958d432ebdd63544a3a9254f0fd115c8c

deployments/build.sh

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