Update k8splugin snapshot image 62/125462/1
authorLukasz Rajewski <lukasz.rajewski@orange.com>
Fri, 29 Oct 2021 09:29:19 +0000 (11:29 +0200)
committerLukasz Rajewski <lukasz.rajewski@orange.com>
Fri, 29 Oct 2021 09:29:19 +0000 (11:29 +0200)
Update image version of k8splugin to 0.9.4-SNAPSHOT

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

deployments/build.sh

index 6ca49c8..424b5e2 100755 (executable)
@@ -13,7 +13,7 @@ set -o pipefail
 
 k8s_path="$(git rev-parse --show-toplevel)"
 
-VERSION="0.9.3-SNAPSHOT"
+VERSION="0.9.4-SNAPSHOT"
 export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
 
 function _compile_src {