From: aravind.est Date: Thu, 28 Mar 2024 14:34:53 +0000 (+0000) Subject: Fix helm packages to run standalone with the common references X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=81b8998cf5a255fc1ff88738c16dc48c32659f3d;p=nonrtric%2Fplt%2Frappmanager.git Fix helm packages to run standalone with the common references Helm packages expects the common charts variables to be avaialble. It is not required in this case. Helm packages updated by removing the common chart variable references. Issue-ID: NONRTRIC-965 Change-Id: I02938575a8f5c15527d73f216fd2462efc260549 Signed-off-by: aravind.est --- diff --git a/sample-rapp-generator/rapp-hello-world-sme-invoker/Artifacts/Deployment/HELM/hello-world-sme-invoker-0.1.0.tgz b/sample-rapp-generator/rapp-hello-world-sme-invoker/Artifacts/Deployment/HELM/hello-world-sme-invoker-0.1.0.tgz index 3dfa1bb..bef788a 100644 Binary files a/sample-rapp-generator/rapp-hello-world-sme-invoker/Artifacts/Deployment/HELM/hello-world-sme-invoker-0.1.0.tgz and b/sample-rapp-generator/rapp-hello-world-sme-invoker/Artifacts/Deployment/HELM/hello-world-sme-invoker-0.1.0.tgz differ diff --git a/sample-rapp-generator/rapp-hello-world-sme-invoker/Files/Sme/invokers/invoker-app1.json b/sample-rapp-generator/rapp-hello-world-sme-invoker/Files/Sme/invokers/invoker-app1.json index a9d3cf6..bc8f4a0 100644 --- a/sample-rapp-generator/rapp-hello-world-sme-invoker/Files/Sme/invokers/invoker-app1.json +++ b/sample-rapp-generator/rapp-hello-world-sme-invoker/Files/Sme/invokers/invoker-app1.json @@ -4,7 +4,7 @@ "apiList": [ { "apiName": "Hello World API Set 1" } ], - "notificationDestination": "NOT USED here", + "notificationDestination": "http://NOT_USED_HERE", "onboardingInformation": { "apiInvokerPublicKey": "{PUBLIC_KEY_INVOKER_1}", "apiInvokerCertificate": "apiInvokerCertificate" diff --git a/sample-rapp-generator/rapp-hello-world/Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz b/sample-rapp-generator/rapp-hello-world/Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz index e0e67c3..8ab7441 100644 Binary files a/sample-rapp-generator/rapp-hello-world/Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz and b/sample-rapp-generator/rapp-hello-world/Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz differ