Default k8s ppnt whitelist added in onap-override.yaml 46/14746/4
authoraravind.est <aravindhan.a@est.tech>
Mon, 28 Jul 2025 13:43:43 +0000 (14:43 +0100)
committeraravind.est <aravindhan.a@est.tech>
Wed, 30 Jul 2025 15:33:41 +0000 (16:33 +0100)
ONAP Policy K8s ppnt needs the helm repositories to be whitelisted. This needs to be done for all the new helm repositories to be used with ONAP Policy K8s ppnt.
This commits adds the default helm repositories for ONAP Policy K8s ppnt in the onap-override.yaml file.
Any valid helm repository can be added to this override before installation.

Issue-ID: INT-170
Change-Id: I25ace887c2b7010e7f9124cd7c1f29e0d6d7d53a
Signed-off-by: aravind.est <aravindhan.a@est.tech>
smo-install/helm-override/default/onap-override.yaml

index 1e0e038..bdb5dc5 100644 (file)
@@ -177,6 +177,16 @@ policy:
     enabled: true
   policy-clamp-ac-k8s-ppnt:
     enabled: true
+    repoList:
+      # This is the list of helm repositories allowed to be used
+      # by the policy-clamp-ac-k8s-ppnt chart.
+      # Helm repositories should be added as required.
+      helm:
+        repos:
+          - repoName: kong
+            address: https://charts.konghq.com
+          - repoName: bitnami
+            address: https://charts.bitnami.com/bitnami
   policy-gui:
     enabled: false
   policy-nexus: