From: Kiran Kamineni Date: Thu, 5 Sep 2019 18:37:20 +0000 (-0700) Subject: Update image version of k8splugin X-Git-Tag: 0.5.0~1 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F79%2F95079%2F1;p=multicloud%2Fk8s.git 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 --- 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 {