X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fclamp%2Frequirements.yaml;h=dd93eaca2d8749f878856125d35c7b56fbf935db;hb=94074317d16a6ef9249855612abbf5beb2fed00c;hp=68a7d9ec14d174d080cc48882a941c468b77167c;hpb=1d6ab4624a6c4ca2f4243d6c017483b0d1012568;p=oom.git diff --git a/kubernetes/clamp/requirements.yaml b/kubernetes/clamp/requirements.yaml index 68a7d9ec14..dd93eaca2d 100644 --- a/kubernetes/clamp/requirements.yaml +++ b/kubernetes/clamp/requirements.yaml @@ -14,9 +14,21 @@ # limitations under the License. dependencies: - - name: common - version: ~4.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) + - name: certInitializer + version: ~6.x-0 repository: '@local' + - name: clamp-mariadb + version: ~6.x-0 + repository: 'file://components/clamp-mariadb' + - name: clamp-backend + version: ~6.x-0 + repository: 'file://components/clamp-backend' + - name: clamp-dash-es + version: ~6.x-0 + repository: 'file://components/clamp-dash-es' + - name: clamp-dash-logstash + version: ~6.x-0 + repository: 'file://components/clamp-dash-logstash' + - name: clamp-dash-kibana + version: ~6.x-0 + repository: 'file://components/clamp-dash-kibana' \ No newline at end of file