Fix helm packages to run standalone with the common references 30/12630/1
authoraravind.est <aravindhan.a@est.tech>
Thu, 28 Mar 2024 14:34:53 +0000 (14:34 +0000)
committeraravind.est <aravindhan.a@est.tech>
Thu, 28 Mar 2024 14:34:53 +0000 (14:34 +0000)
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 <aravindhan.a@est.tech>
sample-rapp-generator/rapp-hello-world-sme-invoker/Artifacts/Deployment/HELM/hello-world-sme-invoker-0.1.0.tgz
sample-rapp-generator/rapp-hello-world-sme-invoker/Files/Sme/invokers/invoker-app1.json
sample-rapp-generator/rapp-hello-world/Artifacts/Deployment/HELM/hello-world-chart-0.1.0.tgz

index 3dfa1bb..bef788a 100644 (file)
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
index a9d3cf6..bc8f4a0 100644 (file)
@@ -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"
index e0e67c3..8ab7441 100644 (file)
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