From 5cbef064e0e2aab4e4dc220f4b8ac362094e92ba Mon Sep 17 00:00:00 2001 From: deepanshuk Date: Tue, 20 Jul 2021 18:44:52 +0530 Subject: [PATCH] [RICAPP-822] Fix version and tag in QP Signed-off-by: Deepanshu Karnwal Change-Id: I2a26f31c24c11c3648212a6ae15ec9662e77ccd4 --- container-tag.yaml | 2 +- xapp-descriptor/config.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/container-tag.yaml b/container-tag.yaml index 48c5b97..a07f5af 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job uses this string for the tag in the image name # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag --- -tag: 0.0.1 +tag: 0.0.4 diff --git a/xapp-descriptor/config.json b/xapp-descriptor/config.json index 65685c4..0b29d2a 100644 --- a/xapp-descriptor/config.json +++ b/xapp-descriptor/config.json @@ -7,7 +7,7 @@ "image": { "registry": "nexus3.o-ran-sc.org:10002", "name": "o-ran-sc/ric-app-qp", - "tag": "0.0.1" + "tag": "0.0.4" } } ], -- 2.16.6