From 04a63587e843c76afac7350840fc527b2bd9a771 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Mon, 17 Nov 2025 14:18:57 +0000 Subject: [PATCH] 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 --- smo-install/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6