aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEric Multanen <eric.w.multanen@intel.com>2020-10-08 13:50:55 -0700
committerEric Multanen <eric.w.multanen@intel.com>2020-10-08 13:52:44 -0700
commit212eb00a16d484639dad3788e68ecac6afaeeac1 (patch)
tree0349f92c33b3f61f1e73c96e9f8f1a3f411c373e
parent1a41ef5db1a69926ba00edd8ad27e949b3f0a276 (diff)
Update k8splugin for G release0.7.0
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
-rwxr-xr-xdeployments/build.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/build.sh b/deployments/build.sh
index 2304b12b..a6d24586 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.6.0-SNAPSHOT"
+VERSION="0.7.0-SNAPSHOT"
export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
function _compile_src {