X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=kubernetes%2Fclamp%2Frequirements.yaml;h=dd93eaca2d8749f878856125d35c7b56fbf935db;hb=eac40cb58dd79e40434fce4afce15da0334cae3e;hp=05d49a8d7b6ce91ebfd0958665594b83d384ebcd;hpb=26eea1475362cc24c46132d11f564af7c783c2be;p=oom.git diff --git a/kubernetes/clamp/requirements.yaml b/kubernetes/clamp/requirements.yaml index 05d49a8d7b..dd93eaca2d 100644 --- a/kubernetes/clamp/requirements.yaml +++ b/kubernetes/clamp/requirements.yaml @@ -14,9 +14,21 @@ # limitations under the License. dependencies: - - name: common - 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) + - 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