diff options
author | Ritu Sood <ritu.sood@intel.com> | 2020-04-01 16:56:21 -0700 |
---|---|---|
committer | Ritu Sood <ritu.sood@intel.com> | 2020-04-01 16:56:21 -0700 |
commit | b49335539a92bb502adba26ee905863541e385d2 (patch) | |
tree | bb49f610a3be3ba2507e940aed8ec831b3468a1c /deployments/build.sh | |
parent | 54ab79c77f0286b95074d2c714292c0b18fb18fb (diff) |
Update image version of k8splugin
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
Diffstat (limited to 'deployments/build.sh')
-rwxr-xr-x | deployments/build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployments/build.sh b/deployments/build.sh index 41ea3941..2304b12b 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.5.0-SNAPSHOT" +VERSION="0.6.0-SNAPSHOT" export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s" function _compile_src { |