Update k8splugin snapshot image 23/125023/1
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Fri, 15 Oct 2021 10:18:18 +0000 (12:18 +0200)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Fri, 15 Oct 2021 10:18:45 +0000 (12:18 +0200)
Update image version of k8splugin to 0.9.2-SNAPSHOT

Issue-ID: MULTICLOUD-1294
Signed-off-by: Lukasz Rajewski <lukasz.rajewski@orange.com>
Change-Id: I2e0a7586827b97acc8c17b19e8a112cd59072e69

deployments/build.sh

index 05a076e..c905365 100755 (executable)
@@ -13,7 +13,7 @@ set -o pipefail
 
 k8s_path="$(git rev-parse --show-toplevel)"
 
-VERSION="0.9.1-SNAPSHOT"
+VERSION="0.9.2-SNAPSHOT"
 export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
 
 function _compile_src {