Updated o2service to J-release

ORAN release J is out.  This change bumps o2service image to 2.0.4
which matches the published version of release J.

TEST PLAN
PASS: Ensure IPv6 supported
PASS: mTLS is worked
PASS: OAuth2.0 is worked
PASS: Deploy ORAN app to System Controller with AIO-SX subclouds
PASS: Run compliance and quality robot tests, with mock SMO

Story: 2011152
Task: 50332

Change-Id: I4719aeece3b7a77244ff23a9b47e4cc78513e3e3
Signed-off-by: Zhang Rong(Jon) <rong.zhang@windriver.com>
This commit is contained in:
Zhang Rong(Jon) 2024-06-13 15:45:18 +08:00
parent e9f08a4492
commit 27c0390963
4 changed files with 15 additions and 8 deletions

View File

@ -1,3 +1,9 @@
stx-oran-o2-helm (1.2-0) unstable; urgency=medium
* Upstream release J
-- Jon Zhang <rong.zhang@windriver.com> Mon, 10 June 2024 13:40:00 +0000
stx-oran-o2-helm (1.1-0) unstable; urgency=medium
* Upstream release I

View File

@ -13,7 +13,7 @@ export APP_VERSION = $(RELEASE)-$(REVISION)
export APP_TARBALL_FLUXCD = $(APP_NAME)-$(APP_VERSION).tgz
export HELM_REPO = stx-platform
export STAGING_FLUXCD = staging-fluxcd
export FLUXCD_O2_PKG = oran-o2-2.0.3_c209747.tar.gz
export FLUXCD_O2_PKG = oran-o2-2.0.4.tar.gz
%:
dh $@

View File

@ -1,12 +1,12 @@
---
debname: stx-oran-o2-helm
debver: 1.1-0
debver: 1.2-0
src_path: stx-oran-o2-helm
dl_files:
oran-o2-2.0.3_c209747.tar.gz:
topdir: pti-o2-2.0.3
url: https://github.com/o-ran-sc/pti-o2/archive/c2097479bbdfae35b77415d7feb47a3f56f308f1.tar.gz
md5sum: f2585d806395eb2ec6ccf2d2ba2fb058
oran-o2-2.0.4.tar.gz:
topdir: pti-o2-2.0.4
url: https://github.com/o-ran-sc/pti-o2/archive/585eb7242c683657997e8b5ab0ce01213086dcec.tar.gz
md5sum: 2483280a37e674059172e6f4510df50f
revision:
dist: $STX_DIST
GITREVCOUNT:

View File

@ -16,15 +16,16 @@ imagePullSecrets:
- default-registry-key
# For o2service, use the mirror image on docker.io instead of the original:
# nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.3
# nexus3.o-ran-sc.org:10004/o-ran-sc/pti-o2imsdms:2.0.4
# For postgres and redis, the images were selected with the
# latest stable tag at the time being.
o2ims:
serviceaccountname: admin-oran-o2
images:
tags:
o2service: docker.io/oranscinf/pti-o2imsdms:2.0.3
o2service: docker.io/oranscinf/pti-o2imsdms:2.0.4
postgres: docker.io/library/postgres:9.6
redis: docker.io/library/redis:7.0.5-alpine3.16
pullPolicy: IfNotPresent
logginglevel: "INFO"
useHostCert: true