Code Review
/
multicloud
/
k8s.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
54ab79c
)
Update image version of k8splugin
94/104894/1
author
Ritu Sood
<ritu.sood@intel.com>
Wed, 1 Apr 2020 23:56:21 +0000
(16:56 -0700)
committer
Ritu Sood
<ritu.sood@intel.com>
Wed, 1 Apr 2020 23:56:21 +0000
(16:56 -0700)
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
deployments/build.sh
patch
|
blob
|
history
diff --git
a/deployments/build.sh
b/deployments/build.sh
index
41ea394
..
2304b12
100755
(executable)
--- 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 {