diff options
author | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-04-09 14:25:30 +0200 |
---|---|---|
committer | Lukasz Rajewski <lukasz.rajewski@orange.com> | 2021-08-06 20:32:13 +0200 |
commit | 7cd7ca9e5c72b45ece5258a06e33d8b0c53d98a5 (patch) | |
tree | db08565b7ef1cdf67c9dc64e4b70692e336a2d81 | |
parent | 0a1b40c1042ebdf212c46f67dd62bf13c2eee5aa (diff) |
Update k8splugin snapshot image
Update image version of k8splugin to 0.9.1-SNAPSHOT
Issue-ID: MULTICLOUD-1294
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I9c8f9b77163edaf798a2fdafbd115aa9fa34be80
-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 97d0b12d..05a076e2 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.0-SNAPSHOT" +VERSION="0.9.1-SNAPSHOT" export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s" function _compile_src { |