diff options
author | Sylvain Desbureaux <sylvain.desbureaux@orange.com> | 2022-01-12 07:41:32 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-01-12 07:41:32 +0000 |
commit | 5a31b2ae4ba327f232acbc658b7919193b7779c6 (patch) | |
tree | ff4c50c6d3a6d1d7013b7cbadb21c97f9de35fef /kubernetes/policy/Chart.yaml | |
parent | 98b40be0f580491e015b0c1c33debfccb40a404f (diff) | |
parent | f98a2f8f7e831daa01f60e4393f54c77fb60a4ff (diff) |
Merge "[POLICY] Fix missing PF dependecnies"
Diffstat (limited to 'kubernetes/policy/Chart.yaml')
-rwxr-xr-x | kubernetes/policy/Chart.yaml | 8 |
1 files changed, 8 insertions, 0 deletions
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' |