From 535515c558340c65a0d3103a687b32093c994738 Mon Sep 17 00:00:00 2001 From: "Zhang Rong(Jon)" Date: Tue, 19 Dec 2023 15:29:20 +0800 Subject: [PATCH] Docs: update the container image version of the example Signed-off-by: Zhang Rong(Jon) Change-Id: I12127979b3a7121f1da2ec561716c0aa4bf21130 (cherry picked from commit 648cbc83711f9005e6c9d5430575c2262e20d105) --- docs/installation-guide.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index 3f9de43..6856ea0 100644 --- a/docs/installation-guide.rst +++ b/docs/installation-guide.rst @@ -258,7 +258,7 @@ You can install O-RAN O2 application on INF from the command line. To deploy other versions of an image required for a quick solution, to have early access to the features (eg. - oranscinf/pti-o2imsdms:2.0.0), and to authenticate images that are + oranscinf/pti-o2imsdms:2.0.3), and to authenticate images that are hosted by a private registry, follow the steps below: 1. Create a docker-registry secret in ``oran-o2`` namespace. @@ -283,7 +283,7 @@ You can install O-RAN O2 application on INF from the command line. serviceaccountname: admin-oran-o2 images: tags: - o2service: ${O2SERVICE_IMAGE_REG}/docker.io/oranscinf/pti-o2imsdms:2.0.0 + o2service: ${O2SERVICE_IMAGE_REG}/docker.io/oranscinf/pti-o2imsdms:2.0.3 postgres: ${O2SERVICE_IMAGE_REG}/docker.io/library/postgres:9.6 redis: ${O2SERVICE_IMAGE_REG}/docker.io/library/redis:alpine pullPolicy: IfNotPresent -- 2.16.6