diff options
author | Andreas Geissler <andreas-geissler@telekom.de> | 2022-12-28 09:31:05 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2022-12-28 09:31:05 +0000 |
commit | e3529a28a1fa8b48b1a8d013be01cfdcb9bb905e (patch) | |
tree | 2d44d939bf3c49e745031ca8e30009e7185bdbb6 /kubernetes/policy/Chart.yaml | |
parent | 9f2a5774b5c8e2429bd06f13e52fb828ff051c8d (diff) | |
parent | 8d72830d90449b34a6dd062b4f9bea88a005f60f (diff) |
Merge "[POLICY] Add A1pms participant charts"
Diffstat (limited to 'kubernetes/policy/Chart.yaml')
-rwxr-xr-x | kubernetes/policy/Chart.yaml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/kubernetes/policy/Chart.yaml b/kubernetes/policy/Chart.yaml index 8f2723e72e..8c41754da5 100755 --- a/kubernetes/policy/Chart.yaml +++ b/kubernetes/policy/Chart.yaml @@ -63,6 +63,10 @@ dependencies: version: ~12.x-0 repository: 'file://components/policy-clamp-ac-http-ppnt' condition: policy-clamp-ac-http-ppnt.enabled + - name: policy-clamp-ac-a1pms-ppnt + version: ~12.x-0 + repository: 'file://components/policy-clamp-ac-a1pms-ppnt' + condition: policy-clamp-ac-a1pms-ppnt.enabled - name: policy-clamp-ac-pf-ppnt version: ~12.x-0 repository: 'file://components/policy-clamp-ac-pf-ppnt' |