From: deepanshuk Date: Tue, 20 Jul 2021 13:14:52 +0000 (+0530) Subject: [RICAPP-822] Fix version and tag in QP X-Git-Tag: 0.0.4^0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?p=ric-app%2Fqp.git;a=commitdiff_plain;h=5cbef064e0e2aab4e4dc220f4b8ac362094e92ba [RICAPP-822] Fix version and tag in QP Signed-off-by: Deepanshu Karnwal Change-Id: I2a26f31c24c11c3648212a6ae15ec9662e77ccd4 --- 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" } } ],