X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fcps%2Frequirements.yaml;h=053723331a2a4d71ed22c80857c4ab2e41abf6e4;hb=f298897e7e5871bef78ca49b9b4bf9d2b0741658;hp=ce06a4df3ba92b1d879e964aa91c9cc910fbc6a5;hpb=455785a7562deb9132a03c5476bd2a4a0f196505;p=oom.git diff --git a/kubernetes/cps/requirements.yaml b/kubernetes/cps/requirements.yaml index ce06a4df3b..053723331a 100644 --- a/kubernetes/cps/requirements.yaml +++ b/kubernetes/cps/requirements.yaml @@ -1,4 +1,4 @@ -# Copyright (C) 2021 Pantheon.tech, Orange +# Copyright (C) 2021 Bell Canada. # # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. @@ -14,17 +14,17 @@ dependencies: - name: common - version: ~7.x-0 + version: ~8.x-0 repository: '@local' - - name: postgres - version: ~7.x-0 + - name: cps-core + version: ~8.x-0 repository: '@local' - - name: readinessCheck - version: ~7.x-0 + condition: cps-core.enabled + - name: cps-temporal + version: ~8.x-0 repository: '@local' - - name: repositoryGenerator - version: ~7.x-0 + condition: cps-temporal.enabled + - name: ncmp-dmi-plugin + version: ~8.x-0 repository: '@local' - - name: serviceAccount - version: ~7.x-0 - repository: '@local' \ No newline at end of file + condition: ncmp-dmi-plugin.enabled \ No newline at end of file