X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Frequirements.yaml;h=c6d0a19c1835c58132a5d2eb88ccf365c240891c;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=b1739312a7840782c7bda6a9aa3c22039115f260;hpb=786e6903090ab66a4ae67140351aa271f55328f0;p=oom.git diff --git a/kubernetes/contrib/requirements.yaml b/kubernetes/contrib/requirements.yaml index b1739312a7..c6d0a19c18 100644 --- a/kubernetes/contrib/requirements.yaml +++ b/kubernetes/contrib/requirements.yaml @@ -1,4 +1,5 @@ # Copyright © 2018 Amdocs, Bell Canada +# Modifications Copyright © 2021 Orange # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,17 +15,20 @@ dependencies: - name: common - version: ~6.x-0 + version: ~9.x-0 repository: '@local' - name: awx - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/awx' condition: awx.enabled - name: ejbca - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/ejbca' condition: global.cmpv2Enabled - name: netbox - version: ~6.x-0 + version: ~9.x-0 repository: 'file://components/netbox' condition: netbox.enabled + - name: repositoryGenerator + version: ~9.x-0 + repository: '@local'