aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKiran Kamineni <kiran.k.kamineni@intel.com>2019-09-05 11:37:20 -0700
committerKiran Kamineni <kiran.k.kamineni@intel.com>2019-09-05 11:37:27 -0700
commit0d01dadf4a46bb72bab524c920ad948644c12e2d (patch)
treedbc5bce6958501937461a986d02096ea319e9873
parente55cc3cd154b2645026f4d1f4e2461229e254c80 (diff)
Update image version of k8splugin
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>
-rwxr-xr-xdeployments/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/build.sh b/deployments/build.sh
index 08a1eb95..41ea3941 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.1.0-SNAPSHOT"
+VERSION="0.5.0-SNAPSHOT"
export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
function _compile_src {