From 18a9dbf9f38656c2b290a0025b04b23c85144879 Mon Sep 17 00:00:00 2001 From: "aravind.est" Date: Mon, 28 Jul 2025 14:43:43 +0100 Subject: [PATCH] Default k8s ppnt whitelist added in onap-override.yaml 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 --- smo-install/helm-override/default/onap-override.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/smo-install/helm-override/default/onap-override.yaml b/smo-install/helm-override/default/onap-override.yaml index 1e0e038e..bdb5dc55 100644 --- a/smo-install/helm-override/default/onap-override.yaml +++ b/smo-install/helm-override/default/onap-override.yaml @@ -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: -- 2.16.6