Helm support version is aligned to work with cm-push 84/15284/5
authoraravind.est <aravindhan.a@est.tech>
Mon, 17 Nov 2025 14:18:57 +0000 (14:18 +0000)
committerAravindhan Ayyanathan <aravindhan.a@est.tech>
Tue, 16 Dec 2025 21:19:32 +0000 (21:19 +0000)
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 <aravindhan.a@est.tech>
smo-install/README.md

index 7b996eb..0e7f015 100644 (file)
@@ -3,7 +3,7 @@
 ## Summary
 This project uses different helm charts from different Linux Foundation projects and integrate them into a unique SMO deployment.
 <p>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.</p>
-<p>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 ...</p>
+<p>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 ... </p>
 
 ## 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