From: aravind.est Date: Mon, 17 Nov 2025 14:18:57 +0000 (+0000) Subject: Helm support version is aligned to work with cm-push X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=04a63587e843c76afac7350840fc527b2bd9a771;p=it%2Fdep.git Helm support version is aligned to work with cm-push Helm cm-push plugin is not supporting Helm v4 so far. Hence the requirement added as pre-requisite Issue-ID: NONRTRIC-1096 Change-Id: I3eb00532682be3ebd67994cabe2f91d617d8fe96 Signed-off-by: aravind.est --- diff --git a/smo-install/README.md b/smo-install/README.md index 7b996eba..0e7f015f 100644 --- a/smo-install/README.md +++ b/smo-install/README.md @@ -3,7 +3,7 @@ ## Summary This project uses different helm charts from different Linux Foundation projects and integrate them into a unique SMO deployment.

The ONAP and ORAN project helm charts are built and then configured by using "helm override" so that it represents a valid ORAN SMO installation.

-

It contains also provisioning scripts that can be used to bootstrap the platform and execute test use cases, network simulators, a1 simulators, cnf network simulators, etc ...

+

It contains also provisioning scripts that can be used to bootstrap the platform and execute test use cases, network simulators, a1 simulators, cnf network simulators, etc ...

## Table of Contents 1. [Pre-requisites](#pre-requisites) @@ -19,7 +19,7 @@ This project uses different helm charts from different Linux Foundation projects ## Pre-requisites - VM: 64GB Memory, 20VCPU, 100GB disk -- Helm 3.12.0+ +- Helm 3.12.0+ (< 4.0.0) - Kubernetes 1.30+ - Helm deploy/undeploy plugin - Helm cm-push plugin