X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=docs%2Finstallation-guide.rst;h=6856ea0a6d67d65b48042a207603acb2de97cf58;hb=8ce4f0cb5acc8af28a7ed0ff101bb2b2804cf73e;hp=d1b76d145ca584621825a4a3c3e6241a8c908d3d;hpb=4e703c00f2f1a64d921646de001e2dfde392bbdf;p=pti%2Fo2.git diff --git a/docs/installation-guide.rst b/docs/installation-guide.rst index d1b76d1..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 @@ -337,7 +337,7 @@ management of O-RAN cloudified NFs. See the following API reference for details: - `API O-RAN O2 - interface `__ + interface `__ INF O2 Service Uninstall ========================