diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2022-03-08 10:50:49 +0100 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2022-03-08 10:50:49 +0100 |
commit | 3c00cb78459c3314b47d83b0814a892a6aa77a99 (patch) | |
tree | 1ba42b2b15ff5a61ce80b04440382dd74969ffca | |
parent | 5b18db4fc784763402e0898bf5e996886279347e (diff) |
Update k8splugin snapshot image
Update image version of k8splugin to 0.10.0-SNAPSHOT
Issue-ID: MULTICLOUD-1438
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I2b854018b46b3b3fff2df0797ec09866b339dace
-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 424b5e20..0222698c 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.9.4-SNAPSHOT" +VERSION="0.10.0-SNAPSHOT" export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s" function _compile_src { |