aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xdeployments/build.sh2
-rw-r--r--releases/0.9.2-container.yaml8
2 files changed, 9 insertions, 1 deletions
diff --git a/deployments/build.sh b/deployments/build.sh
index c9053657..6ca49c8e 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.2-SNAPSHOT"
+VERSION="0.9.3-SNAPSHOT"
export IMAGE_NAME="nexus3.onap.org:10003/onap/multicloud/k8s"
function _compile_src {
diff --git a/releases/0.9.2-container.yaml b/releases/0.9.2-container.yaml
new file mode 100644
index 00000000..f6d357c4
--- /dev/null
+++ b/releases/0.9.2-container.yaml
@@ -0,0 +1,8 @@
+distribution_type: 'container'
+container_release_tag: '0.9.2'
+project: 'multicloud-k8s'
+log_dir: 'multicloud-k8s-master-docker-golang-shell-daily/1120/'
+ref: 988ebcf24c7d854a4053437b69cfb120acb8039c
+containers:
+ - name: 'multicloud/k8s'
+ version: '0.9.2-SNAPSHOT'