X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fsdc%2Frequirements.yaml;h=2f2cb6c3731ed22205df817e87cadc42f50b119f;hb=21349802fd5b6aea04b66630f108b3603930c7c4;hp=134205a2b2a6bf28181c611d5500b9f02f407948;hpb=670692c93c232b58b39ef088bdaad2106d5b1ec8;p=oom.git diff --git a/kubernetes/sdc/requirements.yaml b/kubernetes/sdc/requirements.yaml index 134205a2b2..2f2cb6c373 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: sdc-helm-validator.enabled