X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Frequirements.yaml;h=1f9b2d160023cf13b6ac8386993a7968d41a0077;hb=5daee105c4c7eae6d361b8d6247492d5a8eb99b8;hp=134205a2b2a6bf28181c611d5500b9f02f407948;hpb=9930821a92d9d78e4f161b235aa13ab5398188c5;p=oom.git diff --git a/kubernetes/sdc/requirements.yaml b/kubernetes/sdc/requirements.yaml index 134205a2b2..1f9b2d1600 100644 --- a/kubernetes/sdc/requirements.yaml +++ b/kubernetes/sdc/requirements.yaml @@ -14,15 +14,27 @@ # limitations under the License. dependencies: - - name: common - version: ~5.x-0 - repository: '@local' - - - name: cassandra - version: ~5.x-0 - # local reference to common chart, as it is - # a part of this chart's package and will not - # be published independently to a repo (at this point) - repository: '@local' - condition: global.cassandra.localCluster - + - name: sdc-be + version: ~8.x-0 + repository: 'file://components/sdc-be' + - name: sdc-cs + version: ~8.x-0 + repository: 'file://components/sdc-cs' + - name: sdc-fe + version: ~8.x-0 + repository: 'file://components/sdc-fe' + - name: sdc-onboarding-be + version: ~8.x-0 + repository: 'file://components/sdc-onboarding-be' + - name: sdc-wfd-be + version: ~8.x-0 + repository: 'file://components/sdc-wfd-be' + condition: sdc-wfd.enabled + - name: sdc-wfd-fe + version: ~8.x-0 + repository: 'file://components/sdc-wfd-fe' + condition: sdc-wfd.enabled + - name: sdc-helm-validator + version: ~8.x-0 + repository: 'file://components/sdc-helm-validator' + condition: sdcHelmValidator.enabled