X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcontrib%2Fcomponents%2Fawx%2Frequirements.yaml;h=8e588f51185e7364fbaabf56d6dc58f4e96f22d6;hb=71a47c57fa84a36bb12bf3b87ad0d18b142c8d37;hp=60d7c30a1acdd00716bb4d38fcc5c739f5b024ac;hpb=806b539184191f160097507ca351a226b4eaf760;p=oom.git diff --git a/kubernetes/contrib/components/awx/requirements.yaml b/kubernetes/contrib/components/awx/requirements.yaml index 60d7c30a1a..8e588f5118 100755 --- a/kubernetes/contrib/components/awx/requirements.yaml +++ b/kubernetes/contrib/components/awx/requirements.yaml @@ -1,4 +1,5 @@ # Copyright © 2019 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,11 +15,14 @@ dependencies: - name: common - version: ~7.x-0 + version: ~9.x-0 repository: '@local' - name: repositoryGenerator - version: ~7.x-0 + version: ~9.x-0 repository: '@local' - name: awx-postgres - version: ~7.x-0 + version: ~9.x-0 repository: 'file://components/awx-postgres' + - name: serviceAccount + version: ~9.x-0 + repository: '@local'