diff --git a/stx-oran-o2-helm/debian/deb_folder/changelog b/stx-oran-o2-helm/debian/deb_folder/changelog index c64c28f..a00ded3 100644 --- a/stx-oran-o2-helm/debian/deb_folder/changelog +++ b/stx-oran-o2-helm/debian/deb_folder/changelog @@ -1,3 +1,9 @@ +stx-oran-o2-helm (1.2-0) unstable; urgency=medium + + * Upstream release J + + -- Jon Zhang Mon, 10 June 2024 13:40:00 +0000 + stx-oran-o2-helm (1.1-0) unstable; urgency=medium * Upstream release I diff --git a/stx-oran-o2-helm/debian/deb_folder/rules b/stx-oran-o2-helm/debian/deb_folder/rules index 0bac22a..dc77e75 100755 --- a/stx-oran-o2-helm/debian/deb_folder/rules +++ b/stx-oran-o2-helm/debian/deb_folder/rules @@ -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 $@ diff --git a/stx-oran-o2-helm/debian/meta_data.yaml b/stx-oran-o2-helm/debian/meta_data.yaml index dedc216..52d90b6 100644 --- a/stx-oran-o2-helm/debian/meta_data.yaml +++ b/stx-oran-o2-helm/debian/meta_data.yaml @@ -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: diff --git a/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/oran-o2-static-overrides.yaml b/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/oran-o2-static-overrides.yaml index 7c993f5..87d4e27 100644 --- a/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/oran-o2-static-overrides.yaml +++ b/stx-oran-o2-helm/stx-oran-o2-helm/fluxcd-manifests/oran-o2/oran-o2-static-overrides.yaml @@ -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