From f98a2f8f7e831daa01f60e4393f54c77fb60a4ff Mon Sep 17 00:00:00 2001 From: efiacor Date: Mon, 10 Jan 2022 10:00:14 +0000 Subject: [PATCH] [POLICY] Fix missing PF dependecnies Missed PF dependencies after apiV2 migration Signed-off-by: efiacor Change-Id: I15af70176f304a1642898edcc776a0386b521203 Issue-ID: OOM-2912 --- kubernetes/policy/Chart.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/kubernetes/policy/Chart.yaml b/kubernetes/policy/Chart.yaml index 54e2103ce7..52c1b86f06 100755 --- a/kubernetes/policy/Chart.yaml +++ b/kubernetes/policy/Chart.yaml @@ -67,6 +67,14 @@ dependencies: version: ~10.x-0 repository: 'file://components/policy-clamp-cl-k8s-ppnt' condition: policy-clamp-cl-k8s-ppnt.enabled + - name: policy-clamp-cl-http-ppnt + version: ~10.x-0 + repository: 'file://components/policy-clamp-cl-http-ppnt' + condition: policy-clamp-cl-http-ppnt.enabled + - name: policy-clamp-cl-pf-ppnt + version: ~10.x-0 + repository: 'file://components/policy-clamp-cl-pf-ppnt' + condition: policy-clamp-cl-pf-ppnt.enabled - name: policy-clamp-cl-runtime version: ~10.x-0 repository: 'file://components/policy-clamp-cl-runtime' -- 2.16.6